Class CfnAccessPoint.VpcConfigurationProperty
The Virtual Private Cloud (VPC) configuration for this access point.
Inheritance
System.Object
CfnAccessPoint.VpcConfigurationProperty
Implements
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class VpcConfigurationProperty : Object, CfnAccessPoint.IVpcConfigurationProperty
Syntax (vb)
Public Class VpcConfigurationProperty
Inherits Object
Implements CfnAccessPoint.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.S3;
var vpcConfigurationProperty = new VpcConfigurationProperty {
VpcId = "vpcId"
};
Synopsis
Constructors
VpcConfigurationProperty() |
Properties
VpcId | If this field is specified, the access point will only allow connections from the specified VPC ID. |
Constructors
VpcConfigurationProperty()
public VpcConfigurationProperty()
Properties
VpcId
If this field is specified, the access point will only allow connections from the specified VPC ID.
public string VpcId { get; set; }
Property Value
System.String