Interface CfnAccessPoint.IVpcConfigurationProperty
Contains the virtual private cloud (VPC) configuration for the specified access point.
Namespace: Amazon.CDK.AWS.S3Outposts
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVpcConfigurationProperty
Syntax (vb)
Public Interface IVpcConfigurationProperty
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.AWS.S3Outposts;
var vpcConfigurationProperty = new VpcConfigurationProperty {
VpcId = "vpcId"
};
Synopsis
Properties
VpcId | Virtual Private Cloud (VPC) Id from which AccessPoint will allow requests. |
Properties
VpcId
Virtual Private Cloud (VPC) Id from which AccessPoint will allow requests.
virtual string VpcId { get; }
Property Value
System.String