interface OrganizationConformancePackReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Config.OrganizationConformancePackReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsconfig#OrganizationConformancePackReference |
Java | software.amazon.awscdk.interfaces.config.OrganizationConformancePackReference |
Python | aws_cdk.interfaces.aws_config.OrganizationConformancePackReference |
TypeScript | aws-cdk-lib » interfaces » aws_config » OrganizationConformancePackReference |
A reference to a OrganizationConformancePack 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 organizationConformancePackReference: interfaces_config.OrganizationConformancePackReference = {
organizationConformancePackName: 'organizationConformancePackName',
};
Properties
| Name | Type | Description |
|---|---|---|
| organization | string | The OrganizationConformancePackName of the OrganizationConformancePack resource. |
organizationConformancePackName
Type:
string
The OrganizationConformancePackName of the OrganizationConformancePack resource.

.NET
Go
Java
Python
TypeScript