Class AccessPointArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AccessPointArgs : ResourceArgs
Constructors
View SourceAccessPointArgs()
Declaration
public AccessPointArgs()
Properties
View SourceAccountId
The AWS account ID for the owner of the bucket for which you want to create an access point. Defaults to automatically determined account ID of the provider.
Declaration
public Input<string> AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Bucket
The name of the bucket that you want to associate this access point with.
Declaration
public Input<string> Bucket { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name you want to assign to this access point.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Policy
A valid JSON document that specifies the policy that you want to apply to this access point.
Declaration
public Input<string> Policy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PublicAccessBlockConfiguration
Configuration block to manage the PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. Detailed below.
Declaration
public Input<AccessPointPublicAccessBlockConfigurationArgs> PublicAccessBlockConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AccessPointPublicAccessBlockConfigurationArgs> |
VpcConfiguration
Configuration block to restrict access to this access point to requests from the specified Virtual Private Cloud (VPC). Detailed below.
Declaration
public Input<AccessPointVpcConfigurationArgs> VpcConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AccessPointVpcConfigurationArgs> |