Show / Hide Table of Contents

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 CfnAccessPoint.IVpcConfigurationProperty
Syntax (vb)
Public Interface CfnAccessPoint.IVpcConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3outposts-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.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.

string? VpcId { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX