interface ConformancePackReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Config.ConformancePackReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconfig#ConformancePackReference |
![]() | software.amazon.awscdk.services.config.ConformancePackReference |
![]() | aws_cdk.aws_config.ConformancePackReference |
![]() | aws-cdk-lib » aws_config » ConformancePackReference |
A reference to a ConformancePack 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 conformancePackReference: config.ConformancePackReference = {
conformancePackName: 'conformancePackName',
};
Properties
Name | Type | Description |
---|---|---|
conformance | string | The ConformancePackName of the ConformancePack resource. |
conformancePackName
Type:
string
The ConformancePackName of the ConformancePack resource.