Show / Hide Table of Contents

Class CfnGatewayRule.MatchPrincipalEntryProperty

Inheritance
object
CfnGatewayRule.MatchPrincipalEntryProperty
Implements
CfnGatewayRule.IMatchPrincipalEntryProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

Constructors

MatchPrincipalEntryProperty()

Properties

IamPrincipal

Constructors

MatchPrincipalEntryProperty()

public MatchPrincipalEntryProperty()
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"
                 }
             };

Properties

IamPrincipal

public object IamPrincipal { get; set; }
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

Implements

CfnGatewayRule.IMatchPrincipalEntryProperty
Back to top Generated by DocFX