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