Show / Hide Table of Contents

Class CfnGatewayRule.SystemManagedBlockProperty

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewayrule-systemmanagedblock.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 systemManagedBlockProperty = new SystemManagedBlockProperty {
                 ManagedBy = "managedBy"
             };

Synopsis

Constructors

SystemManagedBlockProperty()

Properties

ManagedBy

Constructors

SystemManagedBlockProperty()

public SystemManagedBlockProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewayrule-systemmanagedblock.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 systemManagedBlockProperty = new SystemManagedBlockProperty {
                 ManagedBy = "managedBy"
             };

Properties

ManagedBy

public string ManagedBy { get; set; }
Property Value

string

Remarks

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

Implements

CfnGatewayRule.ISystemManagedBlockProperty
Back to top Generated by DocFX