Class: Aws::ConfigService::Types::PutOrganizationConformancePackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutOrganizationConformancePackRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conformance_pack_input_parameters ⇒ Array<Types::ConformancePackInputParameter>
A list of ‘ConformancePackInputParameter` objects.
-
#delivery_s3_bucket ⇒ String
The name of the Amazon S3 bucket where Config stores conformance pack templates.
-
#delivery_s3_key_prefix ⇒ String
The prefix for the Amazon S3 bucket.
-
#excluded_accounts ⇒ Array<String>
A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a conformance pack.
-
#organization_conformance_pack_name ⇒ String
Name of the organization conformance pack you want to create.
-
#template_body ⇒ String
A string containing full conformance pack template body.
-
#template_s3_uri ⇒ String
Location of file containing the template body.
Instance Attribute Details
#conformance_pack_input_parameters ⇒ Array<Types::ConformancePackInputParameter>
A list of ‘ConformancePackInputParameter` objects.
6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 |
# File 'lib/aws-sdk-configservice/types.rb', line 6818 class PutOrganizationConformancePackRequest < Struct.new( :organization_conformance_pack_name, :template_s3_uri, :template_body, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :excluded_accounts) SENSITIVE = [] include Aws::Structure end |
#delivery_s3_bucket ⇒ String
The name of the Amazon S3 bucket where Config stores conformance pack templates.
<note markdown=“1”> This field is optional. If used, it must be prefixed with ‘awsconfigconforms`.
</note>
6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 |
# File 'lib/aws-sdk-configservice/types.rb', line 6818 class PutOrganizationConformancePackRequest < Struct.new( :organization_conformance_pack_name, :template_s3_uri, :template_body, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :excluded_accounts) SENSITIVE = [] include Aws::Structure end |
#delivery_s3_key_prefix ⇒ String
The prefix for the Amazon S3 bucket.
<note markdown=“1”> This field is optional.
</note>
6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 |
# File 'lib/aws-sdk-configservice/types.rb', line 6818 class PutOrganizationConformancePackRequest < Struct.new( :organization_conformance_pack_name, :template_s3_uri, :template_body, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :excluded_accounts) SENSITIVE = [] include Aws::Structure end |
#excluded_accounts ⇒ Array<String>
A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a conformance pack.
6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 |
# File 'lib/aws-sdk-configservice/types.rb', line 6818 class PutOrganizationConformancePackRequest < Struct.new( :organization_conformance_pack_name, :template_s3_uri, :template_body, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :excluded_accounts) SENSITIVE = [] include Aws::Structure end |
#organization_conformance_pack_name ⇒ String
Name of the organization conformance pack you want to create.
6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 |
# File 'lib/aws-sdk-configservice/types.rb', line 6818 class PutOrganizationConformancePackRequest < Struct.new( :organization_conformance_pack_name, :template_s3_uri, :template_body, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :excluded_accounts) SENSITIVE = [] include Aws::Structure end |
#template_body ⇒ String
A string containing full conformance pack template body. Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 |
# File 'lib/aws-sdk-configservice/types.rb', line 6818 class PutOrganizationConformancePackRequest < Struct.new( :organization_conformance_pack_name, :template_s3_uri, :template_body, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :excluded_accounts) SENSITIVE = [] include Aws::Structure end |
#template_s3_uri ⇒ String
Location of file containing the template body. The uri must point to the conformance pack template (max size: 300 KB).
<note markdown=“1”> You must have access to read Amazon S3 bucket. In addition, in order to ensure a successful deployment, the template object must not be in an [archived storage class] if this parameter is passed.
</note>
[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html
6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 |
# File 'lib/aws-sdk-configservice/types.rb', line 6818 class PutOrganizationConformancePackRequest < Struct.new( :organization_conformance_pack_name, :template_s3_uri, :template_body, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :excluded_accounts) SENSITIVE = [] include Aws::Structure end |