| Package | Description |
|---|---|
| com.amazonaws.services.config |
|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
PutOrganizationConformancePackRequest |
PutOrganizationConformancePackRequest.clone() |
PutOrganizationConformancePackRequest |
PutOrganizationConformancePackRequest.withConformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
PutOrganizationConformancePackRequest |
PutOrganizationConformancePackRequest.withConformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
PutOrganizationConformancePackRequest |
PutOrganizationConformancePackRequest.withDeliveryS3Bucket(String deliveryS3Bucket)
Location of an Amazon S3 bucket where AWS Config can deliver evaluation results.
|
PutOrganizationConformancePackRequest |
PutOrganizationConformancePackRequest.withDeliveryS3KeyPrefix(String deliveryS3KeyPrefix)
The prefix for the Amazon S3 bucket.
|
PutOrganizationConformancePackRequest |
PutOrganizationConformancePackRequest.withExcludedAccounts(Collection<String> excludedAccounts)
A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
|
PutOrganizationConformancePackRequest |
PutOrganizationConformancePackRequest.withExcludedAccounts(String... excludedAccounts)
A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
|
PutOrganizationConformancePackRequest |
PutOrganizationConformancePackRequest.withOrganizationConformancePackName(String organizationConformancePackName)
Name of the organization conformance pack you want to create.
|
PutOrganizationConformancePackRequest |
PutOrganizationConformancePackRequest.withTemplateBody(String templateBody)
A string containing full conformance pack template body.
|
PutOrganizationConformancePackRequest |
PutOrganizationConformancePackRequest.withTemplateS3Uri(String templateS3Uri)
Location of file containing the template body.
|
Copyright © 2020. All rights reserved.