Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewayrule-matchprincipalentry.html

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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewayrule-matchprincipalentry.html#cfn-bedrockagentcore-gatewayrule-matchprincipalentry-iamprincipal

Type union: either IResolvable or CfnGatewayRule.IIamPrincipalProperty

Back to top Generated by DocFX