Class: Aws::ConfigService::Types::PutConformancePackRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
# File 'lib/aws-sdk-configservice/types.rb', line 6596

class PutConformancePackRequest < Struct.new(
  :conformance_pack_name,
  :template_s3_uri,
  :template_body,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :template_ssm_document_details)
  SENSITIVE = []
  include Aws::Structure
end

#conformance_pack_nameString

The unique name of the conformance pack you want to deploy.

Returns:

  • (String)


6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
# File 'lib/aws-sdk-configservice/types.rb', line 6596

class PutConformancePackRequest < Struct.new(
  :conformance_pack_name,
  :template_s3_uri,
  :template_body,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :template_ssm_document_details)
  SENSITIVE = []
  include Aws::Structure
end

#delivery_s3_bucketString

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

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

</note>

Returns:

  • (String)


6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
# File 'lib/aws-sdk-configservice/types.rb', line 6596

class PutConformancePackRequest < Struct.new(
  :conformance_pack_name,
  :template_s3_uri,
  :template_body,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :template_ssm_document_details)
  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)


6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
# File 'lib/aws-sdk-configservice/types.rb', line 6596

class PutConformancePackRequest < Struct.new(
  :conformance_pack_name,
  :template_s3_uri,
  :template_body,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :template_ssm_document_details)
  SENSITIVE = []
  include Aws::Structure
end

#template_bodyString

A string containing the full conformance pack template body. The structure containing the template body has a minimum length of 1 byte and a maximum length of 51,200 bytes.

<note markdown=“1”> You can use a YAML template with two resource types: Config rule (‘AWS::Config::ConfigRule`) and remediation action (`AWS::Config::RemediationConfiguration`).

</note>

Returns:

  • (String)


6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
# File 'lib/aws-sdk-configservice/types.rb', line 6596

class PutConformancePackRequest < Struct.new(
  :conformance_pack_name,
  :template_s3_uri,
  :template_body,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :template_ssm_document_details)
  SENSITIVE = []
  include Aws::Structure
end

#template_s3_uriString

The location of the file containing the template body (‘s3://bucketname/prefix`). The uri must point to a conformance pack template (max size: 300 KB) that is located in an Amazon S3 bucket in the same Region as the conformance pack.

<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

Returns:

  • (String)


6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
# File 'lib/aws-sdk-configservice/types.rb', line 6596

class PutConformancePackRequest < Struct.new(
  :conformance_pack_name,
  :template_s3_uri,
  :template_body,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :template_ssm_document_details)
  SENSITIVE = []
  include Aws::Structure
end

#template_ssm_document_detailsTypes::TemplateSSMDocumentDetails

An object of type ‘TemplateSSMDocumentDetails`, which contains the name or the Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.



6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
# File 'lib/aws-sdk-configservice/types.rb', line 6596

class PutConformancePackRequest < Struct.new(
  :conformance_pack_name,
  :template_s3_uri,
  :template_body,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :template_ssm_document_details)
  SENSITIVE = []
  include Aws::Structure
end