Show / Hide Table of Contents

Class CfnHarnessPropsMixin.VpcConfigProperty

Inheritance
object
CfnHarnessPropsMixin.VpcConfigProperty
Implements
CfnHarnessPropsMixin.IVpcConfigProperty
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 CfnHarnessPropsMixin.VpcConfigProperty : CfnHarnessPropsMixin.IVpcConfigProperty
Syntax (vb)
Public Class CfnHarnessPropsMixin.VpcConfigProperty Implements CfnHarnessPropsMixin.IVpcConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-vpcconfig.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 vpcConfigProperty = new VpcConfigProperty {
                 SecurityGroups = new [] { "securityGroups" },
                 Subnets = new [] { "subnets" }
             };

Synopsis

Constructors

VpcConfigProperty()

Properties

SecurityGroups
Subnets

Constructors

VpcConfigProperty()

public VpcConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-vpcconfig.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 vpcConfigProperty = new VpcConfigProperty {
                 SecurityGroups = new [] { "securityGroups" },
                 Subnets = new [] { "subnets" }
             };

Properties

SecurityGroups

public string[]? SecurityGroups { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-vpcconfig.html#cfn-bedrockagentcore-harness-vpcconfig-securitygroups

Subnets

public string[]? Subnets { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-vpcconfig.html#cfn-bedrockagentcore-harness-vpcconfig-subnets

Implements

CfnHarnessPropsMixin.IVpcConfigProperty
Back to top Generated by DocFX