Show / Hide Table of Contents

Interface CfnHarness.IVpcConfigProperty

Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnHarness.IVpcConfigProperty
Syntax (vb)
Public Interface CfnHarness.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.AWS.BedrockAgentCore;

             var vpcConfigProperty = new VpcConfigProperty {
                 SecurityGroups = new [] { "securityGroups" },
                 Subnets = new [] { "subnets" }
             };

Synopsis

Properties

SecurityGroups
Subnets

Properties

SecurityGroups

string[] SecurityGroups { get; }
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

string[] Subnets { get; }
Property Value

string[]

Remarks

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

Back to top Generated by DocFX