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

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

Overview

Note:

When making an API call, you may pass PutOrganizationConformancePackRequest data as a hash:

{
  organization_conformance_pack_name: "OrganizationConformancePackName", # required
  template_s3_uri: "TemplateS3Uri",
  template_body: "TemplateBody",
  delivery_s3_bucket: "DeliveryS3Bucket",
  delivery_s3_key_prefix: "DeliveryS3KeyPrefix",
  conformance_pack_input_parameters: [
    {
      parameter_name: "ParameterName", # required
      parameter_value: "ParameterValue", # required
    },
  ],
  excluded_accounts: ["AccountId"],
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conformance_pack_input_parametersArray<Types::ConformancePackInputParameter>

A list of ‘ConformancePackInputParameter` objects.



6875
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
# File 'lib/aws-sdk-configservice/types.rb', line 6875

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

Amazon S3 bucket where AWS Config stores conformance pack templates.

<note markdown=“1”> This field is optional. If used, it must be prefixed with ‘awsconfigconforms`.

</note>

Returns:

  • (String)


6875
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
# File 'lib/aws-sdk-configservice/types.rb', line 6875

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.

<note markdown=“1”> This field is optional.

</note>

Returns:

  • (String)


6875
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
# File 'lib/aws-sdk-configservice/types.rb', line 6875

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 AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.

Returns:

  • (Array<String>)


6875
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
# File 'lib/aws-sdk-configservice/types.rb', line 6875

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)


6875
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
# File 'lib/aws-sdk-configservice/types.rb', line 6875

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)


6875
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
# File 'lib/aws-sdk-configservice/types.rb', line 6875

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).

<note markdown=“1”> You must have access to read Amazon S3 bucket.

</note>

Returns:

  • (String)


6875
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
# File 'lib/aws-sdk-configservice/types.rb', line 6875

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