Interface CfnGatewayRule.IMatchPrincipalEntryProperty
Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnGatewayRule.IMatchPrincipalEntryProperty
Syntax (vb)
Public Interface CfnGatewayRule.IMatchPrincipalEntryProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.BedrockAgentCore;
var matchPrincipalEntryProperty = new MatchPrincipalEntryProperty {
IamPrincipal = new IamPrincipalProperty {
Arn = "arn",
// the properties below are optional
Operator = "operator"
}
};
Synopsis
Properties
| IamPrincipal |
Properties
IamPrincipal
object IamPrincipal { get; }