interface OrganizationConfigRuleReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Config.OrganizationConfigRuleReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconfig#OrganizationConfigRuleReference |
Java | software.amazon.awscdk.services.config.OrganizationConfigRuleReference |
Python | aws_cdk.aws_config.OrganizationConfigRuleReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript