interface PolicyAssociationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SecurityHub.PolicyAssociationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssecurityhub#PolicyAssociationReference |
Java | software.amazon.awscdk.interfaces.securityhub.PolicyAssociationReference |
Python | aws_cdk.interfaces.aws_securityhub.PolicyAssociationReference |
TypeScript | aws-cdk-lib » interfaces » aws_securityhub » PolicyAssociationReference |
A reference to a PolicyAssociation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_securityhub as interfaces_securityhub } from 'aws-cdk-lib/interfaces';
const policyAssociationReference: interfaces_securityhub.PolicyAssociationReference = {
associationIdentifier: 'associationIdentifier',
};
Properties
| Name | Type | Description |
|---|---|---|
| association | string | The AssociationIdentifier of the PolicyAssociation resource. |
associationIdentifier
Type:
string
The AssociationIdentifier of the PolicyAssociation resource.

.NET
Go
Java
Python
TypeScript