Class CfnGatewayRule.MatchPrincipalEntryProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnGatewayRule.MatchPrincipalEntryProperty : CfnGatewayRule.IMatchPrincipalEntryProperty
Syntax (vb)
Public Class CfnGatewayRule.MatchPrincipalEntryProperty Implements 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
Constructors
| MatchPrincipalEntryProperty() |
Properties
| IamPrincipal |
Constructors
MatchPrincipalEntryProperty()
public MatchPrincipalEntryProperty()
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"
}
};
Properties
IamPrincipal
public object IamPrincipal { get; set; }