Show / Hide Table of Contents

Class CfnGatewayRulePropsMixin.StaticOverrideProperty

Inheritance
object
CfnGatewayRulePropsMixin.StaticOverrideProperty
Implements
CfnGatewayRulePropsMixin.IStaticOverrideProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewayrule-staticoverride.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.CfnPropertyMixins.AWS.BedrockAgentCore;

             var staticOverrideProperty = new StaticOverrideProperty {
                 BundleArn = "bundleArn",
                 BundleVersion = "bundleVersion"
             };

Synopsis

Constructors

StaticOverrideProperty()

Properties

BundleArn
BundleVersion

Constructors

StaticOverrideProperty()

public StaticOverrideProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewayrule-staticoverride.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.CfnPropertyMixins.AWS.BedrockAgentCore;

             var staticOverrideProperty = new StaticOverrideProperty {
                 BundleArn = "bundleArn",
                 BundleVersion = "bundleVersion"
             };

Properties

BundleArn

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

string

Remarks

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

BundleVersion

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

string

Remarks

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

Implements

CfnGatewayRulePropsMixin.IStaticOverrideProperty
Back to top Generated by DocFX