Class: Aws::ConfigService::Types::PutOrganizationConformancePackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutOrganizationConformancePackRequest
- Defined in:
- gems/aws-sdk-configservice/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
ConformancePackInputParameterobjects. -
#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 that contains the 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.
7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7339 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.
awsconfigconforms.
7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7339 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.
7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7339 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.
7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7339 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.
7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7339 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 that contains the 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.
7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7339 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).
7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7339 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 |