Class CfnGatewayRulePropsMixin.StaticOverrideProperty
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnGatewayRulePropsMixin.StaticOverrideProperty : CfnGatewayRulePropsMixin.IStaticOverrideProperty
Syntax (vb)
Public Class CfnGatewayRulePropsMixin.StaticOverrideProperty Implements CfnGatewayRulePropsMixin.IStaticOverrideProperty
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.CfnPropertyMixins.AWS.BedrockAgentCore;
var staticOverrideProperty = new StaticOverrideProperty {
BundleArn = "bundleArn",
BundleVersion = "bundleVersion"
};
Synopsis
Constructors
| StaticOverrideProperty() |
Properties
| BundleArn | |
| BundleVersion |
Constructors
StaticOverrideProperty()
public StaticOverrideProperty()
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.CfnPropertyMixins.AWS.BedrockAgentCore;
var staticOverrideProperty = new StaticOverrideProperty {
BundleArn = "bundleArn",
BundleVersion = "bundleVersion"
};
Properties
BundleArn
public string? BundleArn { get; set; }
Property Value
Remarks
BundleVersion
public string? BundleVersion { get; set; }