Class CfnHarnessPropsMixin.VpcConfigProperty
Implements
Inherited Members
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
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
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" }
};