Class CfnGatewayRule.IamPrincipalProperty
Implements
Inherited Members
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
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
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
Remarks
Operator
public string? Operator { get; set; }