Class AccessPointVpcConfigurationArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.S3.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AccessPointVpcConfigurationArgs : ResourceArgs
Constructors
View SourceAccessPointVpcConfigurationArgs()
Declaration
public AccessPointVpcConfigurationArgs()
Properties
View SourceVpcId
This access point will only allow connections from the specified VPC ID.
Declaration
public Input<string> VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |