interface CfnResourcePolicyMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnResourcePolicyMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnResourcePolicyMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnResourcePolicyMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnResourcePolicyMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnResourcePolicyMixinProps |
Properties for CfnResourcePolicyPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from '@aws-cdk/cfn-property-mixins';
const cfnResourcePolicyMixinProps: bedrockagentcore.CfnResourcePolicyMixinProps = {
policy: 'policy',
resourceArn: 'resourceArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| policy? | string | The resource policy to create or update. |
| resource | string | The Amazon Resource Name (ARN) of the resource for which to create or update the resource policy. |
policy?
Type:
string
(optional)
The resource policy to create or update.
resourceArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the resource for which to create or update the resource policy.

.NET
Go
Java
Python
TypeScript