AWS Fundamentals Logo
AWS Fundamentals
AWS::Config::OrganizationConformancePack

Config OrganizationConformancePack

Resource Type definition for AWS::Config::OrganizationConformancePack.

Properties

7 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
OrganizationConformancePackName
string
RequiredCreate-only
ConformancePackInputParameters
Array<ConformancePackInputParameter>
DeliveryS3Bucket
string
DeliveryS3KeyPrefix
string
ExcludedAccounts
Array<string>
TemplateBody
string
Write-only
TemplateS3Uri
string
Write-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Config::OrganizationConformancePack

Resources:
  MyResource:
    Type: AWS::Config::OrganizationConformancePack
    Properties:
      OrganizationConformancePackName: "my-organizationconformancepackname"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

config:PutOrganizationConformancePackconfig:DescribeOrganizationConformancePackStatusesconfig:GetOrganizationConformancePackDetailedStatusconfig:DescribeOrganizationConformancePackss3:GetObjects3:GetBucketAcliam:CreateServiceLinkedRoleiam:PassRole

read

config:DescribeOrganizationConformancePacks

delete

config:DeleteOrganizationConformancePackconfig:DescribeOrganizationConformancePackStatusesconfig:GetOrganizationConformancePackDetailedStatusorganizations:ListDelegatedAdministrators

update

config:PutOrganizationConformancePackconfig:DescribeOrganizationConformancePackStatusesconfig:GetOrganizationConformancePackDetailedStatuss3:GetObjects3:GetBucketAcliam:CreateServiceLinkedRoleiam:PassRoleorganizations:ListDelegatedAdministrators

list

config:DescribeOrganizationConformancePacks

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceConfig
Properties7
Required1
TaggingNot supported
Primary IDOrganizationConformancePackName

Supported Operations

CreateReadDeleteUpdateList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

OrganizationConformancePackName

External Links