interface PolicyReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.FMS.PolicyReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsfms#PolicyReference |
![]() | software.amazon.awscdk.services.fms.PolicyReference |
![]() | aws_cdk.aws_fms.PolicyReference |
![]() | aws-cdk-lib » aws_fms » PolicyReference |
A reference to a Policy resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_fms as fms } from 'aws-cdk-lib';
const policyReference: fms.PolicyReference = {
policyArn: 'policyArn',
policyId: 'policyId',
};
Properties
Name | Type | Description |
---|---|---|
policy | string | The ARN of the Policy resource. |
policy | string | The Id of the Policy resource. |
policyArn
Type:
string
The ARN of the Policy resource.
policyId
Type:
string
The Id of the Policy resource.