Show / Hide Table of Contents

Class CfnGatewayTargetPropsMixin.SelfManagedLatticeResourceProperty

Inheritance
object
CfnGatewayTargetPropsMixin.SelfManagedLatticeResourceProperty
Implements
CfnGatewayTargetPropsMixin.ISelfManagedLatticeResourceProperty
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 CfnGatewayTargetPropsMixin.SelfManagedLatticeResourceProperty : CfnGatewayTargetPropsMixin.ISelfManagedLatticeResourceProperty
Syntax (vb)
Public Class CfnGatewayTargetPropsMixin.SelfManagedLatticeResourceProperty Implements CfnGatewayTargetPropsMixin.ISelfManagedLatticeResourceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-selfmanagedlatticeresource.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 selfManagedLatticeResourceProperty = new SelfManagedLatticeResourceProperty {
                 ResourceConfigurationIdentifier = "resourceConfigurationIdentifier"
             };

Synopsis

Constructors

SelfManagedLatticeResourceProperty()

Properties

ResourceConfigurationIdentifier

Constructors

SelfManagedLatticeResourceProperty()

public SelfManagedLatticeResourceProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-selfmanagedlatticeresource.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 selfManagedLatticeResourceProperty = new SelfManagedLatticeResourceProperty {
                 ResourceConfigurationIdentifier = "resourceConfigurationIdentifier"
             };

Properties

ResourceConfigurationIdentifier

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-selfmanagedlatticeresource.html#cfn-bedrockagentcore-gatewaytarget-selfmanagedlatticeresource-resourceconfigurationidentifier

Implements

CfnGatewayTargetPropsMixin.ISelfManagedLatticeResourceProperty
Back to top Generated by DocFX