Class: Aws::ConfigService::Types::OrganizationConformancePack
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::OrganizationConformancePack
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
An organization conformance pack that has information about conformance packs that Config creates in member accounts.
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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any folder structure you want to add to an Amazon S3 bucket.
 - 
  
    
      #excluded_accounts  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A comma-separated list of accounts excluded from organization conformance pack.
 - 
  
    
      #last_update_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Last time when organization conformation pack was updated.
 - 
  
    
      #organization_conformance_pack_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Amazon Resource Name (ARN) of organization conformance pack.
 - 
  
    
      #organization_conformance_pack_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name you assign to an organization conformance pack.
 
Instance Attribute Details
#conformance_pack_input_parameters ⇒ Array<Types::ConformancePackInputParameter>
A list of ‘ConformancePackInputParameter` objects.
      5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 5824 class OrganizationConformancePack < Struct.new( :organization_conformance_pack_name, :organization_conformance_pack_arn, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :excluded_accounts, :last_update_time) 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.
</note>
  
      5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 5824 class OrganizationConformancePack < Struct.new( :organization_conformance_pack_name, :organization_conformance_pack_arn, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :excluded_accounts, :last_update_time) SENSITIVE = [] include Aws::Structure end  | 
  
#delivery_s3_key_prefix ⇒ String
Any folder structure you want to add to an Amazon S3 bucket.
<note markdown=“1”> This field is optional.
</note>
  
      5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 5824 class OrganizationConformancePack < Struct.new( :organization_conformance_pack_name, :organization_conformance_pack_arn, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :excluded_accounts, :last_update_time) SENSITIVE = [] include Aws::Structure end  | 
  
#excluded_accounts ⇒ Array<String>
A comma-separated list of accounts excluded from organization conformance pack.
      5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 5824 class OrganizationConformancePack < Struct.new( :organization_conformance_pack_name, :organization_conformance_pack_arn, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :excluded_accounts, :last_update_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_update_time ⇒ Time
Last time when organization conformation pack was updated.
      5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 5824 class OrganizationConformancePack < Struct.new( :organization_conformance_pack_name, :organization_conformance_pack_arn, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :excluded_accounts, :last_update_time) SENSITIVE = [] include Aws::Structure end  | 
  
#organization_conformance_pack_arn ⇒ String
Amazon Resource Name (ARN) of organization conformance pack.
      5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 5824 class OrganizationConformancePack < Struct.new( :organization_conformance_pack_name, :organization_conformance_pack_arn, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :excluded_accounts, :last_update_time) SENSITIVE = [] include Aws::Structure end  | 
  
#organization_conformance_pack_name ⇒ String
The name you assign to an organization conformance pack.
      5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 5824 class OrganizationConformancePack < Struct.new( :organization_conformance_pack_name, :organization_conformance_pack_arn, :delivery_s3_bucket, :delivery_s3_key_prefix, :conformance_pack_input_parameters, :excluded_accounts, :last_update_time) SENSITIVE = [] include Aws::Structure end  |