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