Show / Hide Table of Contents

Class CfnGatewayRule.IamPrincipalProperty

Inheritance
object
CfnGatewayRule.IamPrincipalProperty
Implements
CfnGatewayRule.IIamPrincipalProperty
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.IamPrincipalProperty : CfnGatewayRule.IIamPrincipalProperty
Syntax (vb)
Public Class CfnGatewayRule.IamPrincipalProperty Implements CfnGatewayRule.IIamPrincipalProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewayrule-iamprincipal.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 iamPrincipalProperty = new IamPrincipalProperty {
                 Arn = "arn",

                 // the properties below are optional
                 Operator = "operator"
             };

Synopsis

Constructors

IamPrincipalProperty()

Properties

Arn
Operator

Constructors

IamPrincipalProperty()

public IamPrincipalProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewayrule-iamprincipal.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 iamPrincipalProperty = new IamPrincipalProperty {
                 Arn = "arn",

                 // the properties below are optional
                 Operator = "operator"
             };

Properties

Arn

public string Arn { get; set; }
Property Value

string

Remarks

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

Operator

public string? Operator { get; set; }
Property Value

string

Remarks

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

Implements

CfnGatewayRule.IIamPrincipalProperty
Back to top Generated by DocFX