Show / Hide Table of Contents

Interface CfnAccessPoint.IVpcConfigurationProperty

The Virtual Private Cloud (VPC) configuration for this access point.

Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.AWS.S3.dll
Syntax (csharp)
public interface IVpcConfigurationProperty
Syntax (vb)
Public Interface IVpcConfigurationProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-vpcconfiguration.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.S3;

VpcConfigurationProperty vpcConfigurationProperty = new VpcConfigurationProperty {
    VpcId = "vpcId"
};

Synopsis

Properties

VpcId

If this field is specified, the access point will only allow connections from the specified VPC ID.

Properties

VpcId

If this field is specified, the access point will only allow connections from the specified VPC ID.

virtual string VpcId { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-vpcconfiguration.html#cfn-s3-accesspoint-vpcconfiguration-vpcid

Back to top Generated by DocFX