interface ResourcePolicyReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Lex.ResourcePolicyReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awslex#ResourcePolicyReference |
Java | software.amazon.awscdk.services.lex.ResourcePolicyReference |
Python | aws_cdk.aws_lex.ResourcePolicyReference |
TypeScript | aws-cdk-lib » aws_lex » ResourcePolicyReference |
A reference to a ResourcePolicy resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lex as lex } from 'aws-cdk-lib';
const resourcePolicyReference: lex.ResourcePolicyReference = {
resourcePolicyId: 'resourcePolicyId',
};
Properties
| Name | Type | Description |
|---|---|---|
| resource | string | The Id of the ResourcePolicy resource. |
resourcePolicyId
Type:
string
The Id of the ResourcePolicy resource.

.NET
Go
Java
Python
TypeScript