Class CfnGatewayRule.SystemManagedBlockProperty
Implements
Inherited Members
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
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
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; }