interface IamPrincipalProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnGatewayRulePropsMixin.IamPrincipalProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnGatewayRulePropsMixin_IamPrincipalProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayRulePropsMixin.IamPrincipalProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnGatewayRulePropsMixin.IamPrincipalProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnGatewayRulePropsMixin » IamPrincipalProperty |
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 iamPrincipalProperty: bedrockagentcore.CfnGatewayRulePropsMixin.IamPrincipalProperty = {
arn: 'arn',
operator: 'operator',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn? | string | |
| operator? | string |
arn?
Type:
string
(optional)
operator?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript