interface OrganizationConfigRuleReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Config.OrganizationConfigRuleReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsconfig#OrganizationConfigRuleReference |
Java | software.amazon.awscdk.interfaces.config.OrganizationConfigRuleReference |
Python | aws_cdk.interfaces.aws_config.OrganizationConfigRuleReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_config } from 'aws-cdk-lib/interfaces';
const organizationConfigRuleReference: interfaces_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