Class: Aws::ConfigService::Types::PutOrganizationConformancePackRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conformance_pack_input_parametersArray<Types::ConformancePackInputParameter>

A list of ConformancePackInputParameter objects.



6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6791

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_bucketString

The name of the Amazon S3 bucket where Config stores conformance pack templates.

This field is optional. If used, it must be prefixed with awsconfigconforms.

Returns:

  • (String)


6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6791

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_prefixString

The prefix for the Amazon S3 bucket.

This field is optional.

Returns:

  • (String)


6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6791

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_accountsArray<String>

A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a conformance pack.

Returns:

  • (Array<String>)


6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6791

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_nameString

Name of the organization conformance pack you want to create.

Returns:

  • (String)


6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6791

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_bodyString

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.

Returns:

  • (String)


6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6791

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_uriString

Location of file containing the template body. The uri must point to the conformance pack template (max size: 300 KB).

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.

Returns:

  • (String)


6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6791

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