interface OrganizationConformancePackReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Config.OrganizationConformancePackReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconfig#OrganizationConformancePackReference |
![]() | software.amazon.awscdk.services.config.OrganizationConformancePackReference |
![]() | aws_cdk.aws_config.OrganizationConformancePackReference |
![]() | aws-cdk-lib » aws_config » OrganizationConformancePackReference |
A reference to a OrganizationConformancePack resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_config as config } from 'aws-cdk-lib';
const organizationConformancePackReference: config.OrganizationConformancePackReference = {
organizationConformancePackName: 'organizationConformancePackName',
};
Properties
Name | Type | Description |
---|---|---|
organization | string | The OrganizationConformancePackName of the OrganizationConformancePack resource. |
organizationConformancePackName
Type:
string
The OrganizationConformancePackName of the OrganizationConformancePack resource.