Show / Hide Table of Contents

Class CfnAccessPoint.VpcConfigurationProperty

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

Inheritance
object
CfnAccessPoint.VpcConfigurationProperty
Implements
CfnAccessPoint.IVpcConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAccessPoint.VpcConfigurationProperty : CfnAccessPoint.IVpcConfigurationProperty
Syntax (vb)
Public Class CfnAccessPoint.VpcConfigurationProperty Implements CfnAccessPoint.IVpcConfigurationProperty
Remarks

See: 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;

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

Synopsis

Constructors

VpcConfigurationProperty()

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

Properties

VpcId

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

Constructors

VpcConfigurationProperty()

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

public VpcConfigurationProperty()
Remarks

See: 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;

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

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

string

Remarks

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

Implements

CfnAccessPoint.IVpcConfigurationProperty
Back to top Generated by DocFX