Show / Hide Table of Contents

Class CfnAccessPoint.VpcConfigurationProperty

Contains the virtual private cloud (VPC) configuration for the specified access point.

Inheritance
System.Object
CfnAccessPoint.VpcConfigurationProperty
Implements
CfnAccessPoint.IVpcConfigurationProperty
Namespace: Amazon.CDK.AWS.S3Outposts
Assembly: Amazon.CDK.AWS.S3Outposts.dll
Syntax (csharp)
public class VpcConfigurationProperty : Object, CfnAccessPoint.IVpcConfigurationProperty
Syntax (vb)
Public Class VpcConfigurationProperty
    Inherits Object
    Implements CfnAccessPoint.IVpcConfigurationProperty
Remarks

Link: 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

Constructors

VpcConfigurationProperty()

Properties

VpcId

The ID of the VPC configuration.

Constructors

VpcConfigurationProperty()

public VpcConfigurationProperty()

Properties

VpcId

The ID of the VPC configuration.

public string VpcId { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnAccessPoint.IVpcConfigurationProperty
Back to top Generated by DocFX