| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
default PutOrganizationConformancePackResponse |
ConfigClient.putOrganizationConformancePack(Consumer<PutOrganizationConformancePackRequest.Builder> putOrganizationConformancePackRequest)
Deploys conformance packs across member accounts in an Amazon Web Services Organization.
|
default CompletableFuture<PutOrganizationConformancePackResponse> |
ConfigAsyncClient.putOrganizationConformancePack(Consumer<PutOrganizationConformancePackRequest.Builder> putOrganizationConformancePackRequest)
Deploys conformance packs across member accounts in an Amazon Web Services Organization.
|
| Modifier and Type | Method and Description |
|---|---|
static PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.builder() |
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.conformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.conformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.conformancePackInputParameters(Consumer<ConformancePackInputParameter.Builder>... conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.deliveryS3Bucket(String deliveryS3Bucket)
The name of the Amazon S3 bucket where Config stores conformance pack templates.
|
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.deliveryS3KeyPrefix(String deliveryS3KeyPrefix)
The prefix for the Amazon S3 bucket.
|
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.excludedAccounts(Collection<String> excludedAccounts)
A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a
conformance pack.
|
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.excludedAccounts(String... excludedAccounts)
A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a
conformance pack.
|
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.organizationConformancePackName(String organizationConformancePackName)
Name of the organization conformance pack you want to create.
|
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.templateBody(String templateBody)
A string containing full conformance pack template body.
|
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.Builder.templateS3Uri(String templateS3Uri)
Location of file containing the template body.
|
PutOrganizationConformancePackRequest.Builder |
PutOrganizationConformancePackRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutOrganizationConformancePackRequest.Builder> |
PutOrganizationConformancePackRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.