We recommend new projects start with resources from the AWS provider.
aws-native.s3express.AccessPoint
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
The AWS::S3Express::AccessPoint resource is an Amazon S3 resource type that you can use to access buckets.
Create AccessPoint Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AccessPoint(name: string, args: AccessPointArgs, opts?: CustomResourceOptions);
@overload
def AccessPoint(resource_name: str,
args: AccessPointArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AccessPoint(resource_name: str,
opts: Optional[ResourceOptions] = None,
bucket: Optional[str] = None,
bucket_account_id: Optional[str] = None,
name: Optional[str] = None,
policy: Optional[Any] = None,
public_access_block_configuration: Optional[AccessPointPublicAccessBlockConfigurationArgs] = None,
scope: Optional[AccessPointScopeArgs] = None,
vpc_configuration: Optional[AccessPointVpcConfigurationArgs] = None)
func NewAccessPoint(ctx *Context, name string, args AccessPointArgs, opts ...ResourceOption) (*AccessPoint, error)
public AccessPoint(string name, AccessPointArgs args, CustomResourceOptions? opts = null)
public AccessPoint(String name, AccessPointArgs args)
public AccessPoint(String name, AccessPointArgs args, CustomResourceOptions options)
type: aws-native:s3express:AccessPoint
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args AccessPointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AccessPointArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AccessPointArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AccessPointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AccessPointArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
AccessPoint Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The AccessPoint resource accepts the following input properties:
- Bucket string
- The name of the bucket that you want to associate this Access Point with.
- Bucket
Account stringId - The AWS account ID associated with the S3 bucket associated with this access point.
- Name string
- The name you want to assign to this Access Point. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the access point name. For directory buckets, the access point name must consist of a base name that you provide and suffix that includes the ZoneID (AWS Availability Zone or Local Zone) of your bucket location, followed by --xa-s3.
- Policy object
The Access Point Policy you want to apply to this access point.
Search the CloudFormation User Guide for
AWS::S3Express::AccessPoint
for more information about the expected schema for this property.- Public
Access Pulumi.Block Configuration Aws Native. S3Express. Inputs. Access Point Public Access Block Configuration - The PublicAccessBlock configuration that you want to apply to this Access Point.
- Scope
Pulumi.
Aws Native. S3Express. Inputs. Access Point Scope - For directory buckets, you can filter access control to specific prefixes, API operations, or a combination of both.
- Vpc
Configuration Pulumi.Aws Native. S3Express. Inputs. Access Point Vpc Configuration - If you include this field, Amazon S3 restricts access to this Access Point to requests from the specified Virtual Private Cloud (VPC).
- Bucket string
- The name of the bucket that you want to associate this Access Point with.
- Bucket
Account stringId - The AWS account ID associated with the S3 bucket associated with this access point.
- Name string
- The name you want to assign to this Access Point. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the access point name. For directory buckets, the access point name must consist of a base name that you provide and suffix that includes the ZoneID (AWS Availability Zone or Local Zone) of your bucket location, followed by --xa-s3.
- Policy interface{}
The Access Point Policy you want to apply to this access point.
Search the CloudFormation User Guide for
AWS::S3Express::AccessPoint
for more information about the expected schema for this property.- Public
Access AccessBlock Configuration Point Public Access Block Configuration Args - The PublicAccessBlock configuration that you want to apply to this Access Point.
- Scope
Access
Point Scope Args - For directory buckets, you can filter access control to specific prefixes, API operations, or a combination of both.
- Vpc
Configuration AccessPoint Vpc Configuration Args - If you include this field, Amazon S3 restricts access to this Access Point to requests from the specified Virtual Private Cloud (VPC).
- bucket String
- The name of the bucket that you want to associate this Access Point with.
- bucket
Account StringId - The AWS account ID associated with the S3 bucket associated with this access point.
- name String
- The name you want to assign to this Access Point. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the access point name. For directory buckets, the access point name must consist of a base name that you provide and suffix that includes the ZoneID (AWS Availability Zone or Local Zone) of your bucket location, followed by --xa-s3.
- policy Object
The Access Point Policy you want to apply to this access point.
Search the CloudFormation User Guide for
AWS::S3Express::AccessPoint
for more information about the expected schema for this property.- public
Access AccessBlock Configuration Point Public Access Block Configuration - The PublicAccessBlock configuration that you want to apply to this Access Point.
- scope
Access
Point Scope - For directory buckets, you can filter access control to specific prefixes, API operations, or a combination of both.
- vpc
Configuration AccessPoint Vpc Configuration - If you include this field, Amazon S3 restricts access to this Access Point to requests from the specified Virtual Private Cloud (VPC).
- bucket string
- The name of the bucket that you want to associate this Access Point with.
- bucket
Account stringId - The AWS account ID associated with the S3 bucket associated with this access point.
- name string
- The name you want to assign to this Access Point. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the access point name. For directory buckets, the access point name must consist of a base name that you provide and suffix that includes the ZoneID (AWS Availability Zone or Local Zone) of your bucket location, followed by --xa-s3.
- policy any
The Access Point Policy you want to apply to this access point.
Search the CloudFormation User Guide for
AWS::S3Express::AccessPoint
for more information about the expected schema for this property.- public
Access AccessBlock Configuration Point Public Access Block Configuration - The PublicAccessBlock configuration that you want to apply to this Access Point.
- scope
Access
Point Scope - For directory buckets, you can filter access control to specific prefixes, API operations, or a combination of both.
- vpc
Configuration AccessPoint Vpc Configuration - If you include this field, Amazon S3 restricts access to this Access Point to requests from the specified Virtual Private Cloud (VPC).
- bucket str
- The name of the bucket that you want to associate this Access Point with.
- bucket_
account_ strid - The AWS account ID associated with the S3 bucket associated with this access point.
- name str
- The name you want to assign to this Access Point. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the access point name. For directory buckets, the access point name must consist of a base name that you provide and suffix that includes the ZoneID (AWS Availability Zone or Local Zone) of your bucket location, followed by --xa-s3.
- policy Any
The Access Point Policy you want to apply to this access point.
Search the CloudFormation User Guide for
AWS::S3Express::AccessPoint
for more information about the expected schema for this property.- public_
access_ Accessblock_ configuration Point Public Access Block Configuration Args - The PublicAccessBlock configuration that you want to apply to this Access Point.
- scope
Access
Point Scope Args - For directory buckets, you can filter access control to specific prefixes, API operations, or a combination of both.
- vpc_
configuration AccessPoint Vpc Configuration Args - If you include this field, Amazon S3 restricts access to this Access Point to requests from the specified Virtual Private Cloud (VPC).
- bucket String
- The name of the bucket that you want to associate this Access Point with.
- bucket
Account StringId - The AWS account ID associated with the S3 bucket associated with this access point.
- name String
- The name you want to assign to this Access Point. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the access point name. For directory buckets, the access point name must consist of a base name that you provide and suffix that includes the ZoneID (AWS Availability Zone or Local Zone) of your bucket location, followed by --xa-s3.
- policy Any
The Access Point Policy you want to apply to this access point.
Search the CloudFormation User Guide for
AWS::S3Express::AccessPoint
for more information about the expected schema for this property.- public
Access Property MapBlock Configuration - The PublicAccessBlock configuration that you want to apply to this Access Point.
- scope Property Map
- For directory buckets, you can filter access control to specific prefixes, API operations, or a combination of both.
- vpc
Configuration Property Map - If you include this field, Amazon S3 restricts access to this Access Point to requests from the specified Virtual Private Cloud (VPC).
Outputs
All input properties are implicitly available as output properties. Additionally, the AccessPoint resource produces the following output properties:
- Arn string
- The Amazon Resource Name (ARN) of the specified accesspoint.
- Id string
- The provider-assigned unique ID for this managed resource.
- Network
Origin Pulumi.Aws Native. S3Express. Access Point Network Origin - Indicates whether this Access Point allows access from the public Internet. If VpcConfiguration is specified for this Access Point, then NetworkOrigin is VPC, and the Access Point doesn't allow access from the public Internet. Otherwise, NetworkOrigin is Internet, and the Access Point allows access from the public Internet, subject to the Access Point and bucket access policies.
- Arn string
- The Amazon Resource Name (ARN) of the specified accesspoint.
- Id string
- The provider-assigned unique ID for this managed resource.
- Network
Origin AccessPoint Network Origin - Indicates whether this Access Point allows access from the public Internet. If VpcConfiguration is specified for this Access Point, then NetworkOrigin is VPC, and the Access Point doesn't allow access from the public Internet. Otherwise, NetworkOrigin is Internet, and the Access Point allows access from the public Internet, subject to the Access Point and bucket access policies.
- arn String
- The Amazon Resource Name (ARN) of the specified accesspoint.
- id String
- The provider-assigned unique ID for this managed resource.
- network
Origin AccessPoint Network Origin - Indicates whether this Access Point allows access from the public Internet. If VpcConfiguration is specified for this Access Point, then NetworkOrigin is VPC, and the Access Point doesn't allow access from the public Internet. Otherwise, NetworkOrigin is Internet, and the Access Point allows access from the public Internet, subject to the Access Point and bucket access policies.
- arn string
- The Amazon Resource Name (ARN) of the specified accesspoint.
- id string
- The provider-assigned unique ID for this managed resource.
- network
Origin AccessPoint Network Origin - Indicates whether this Access Point allows access from the public Internet. If VpcConfiguration is specified for this Access Point, then NetworkOrigin is VPC, and the Access Point doesn't allow access from the public Internet. Otherwise, NetworkOrigin is Internet, and the Access Point allows access from the public Internet, subject to the Access Point and bucket access policies.
- arn str
- The Amazon Resource Name (ARN) of the specified accesspoint.
- id str
- The provider-assigned unique ID for this managed resource.
- network_
origin AccessPoint Network Origin - Indicates whether this Access Point allows access from the public Internet. If VpcConfiguration is specified for this Access Point, then NetworkOrigin is VPC, and the Access Point doesn't allow access from the public Internet. Otherwise, NetworkOrigin is Internet, and the Access Point allows access from the public Internet, subject to the Access Point and bucket access policies.
- arn String
- The Amazon Resource Name (ARN) of the specified accesspoint.
- id String
- The provider-assigned unique ID for this managed resource.
- network
Origin "Internet" | "VPC" - Indicates whether this Access Point allows access from the public Internet. If VpcConfiguration is specified for this Access Point, then NetworkOrigin is VPC, and the Access Point doesn't allow access from the public Internet. Otherwise, NetworkOrigin is Internet, and the Access Point allows access from the public Internet, subject to the Access Point and bucket access policies.
Supporting Types
AccessPointNetworkOrigin, AccessPointNetworkOriginArgs
- Internet
- Internet
- Vpc
- VPC
- Access
Point Network Origin Internet - Internet
- Access
Point Network Origin Vpc - VPC
- Internet
- Internet
- Vpc
- VPC
- Internet
- Internet
- Vpc
- VPC
- INTERNET
- Internet
- VPC
- VPC
- "Internet"
- Internet
- "VPC"
- VPC
AccessPointPublicAccessBlockConfiguration, AccessPointPublicAccessBlockConfigurationArgs
- Block
Public boolAcls - Specifies whether Amazon S3 should block public access control lists (ACLs) for buckets in this account. Setting this element to TRUE causes the following behavior:
- PUT Bucket acl and PUT Object acl calls fail if the specified ACL is public.
- PUT Object calls fail if the request includes a public ACL. . - PUT Bucket calls fail if the request includes a public ACL. Enabling this setting doesn't affect existing policies or ACLs.
- Block
Public boolPolicy - Specifies whether Amazon S3 should block public bucket policies for buckets in this account. Setting this element to TRUE causes Amazon S3 to reject calls to PUT Bucket policy if the specified bucket policy allows public access. Enabling this setting doesn't affect existing bucket policies.
- Ignore
Public boolAcls - Specifies whether Amazon S3 should ignore public ACLs for buckets in this account. Setting this element to TRUE causes Amazon S3 to ignore all public ACLs on buckets in this account and any objects that they contain. Enabling this setting doesn't affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set.
- Restrict
Public boolBuckets - Specifies whether Amazon S3 should restrict public bucket policies for this bucket. Setting this element to TRUE restricts access to this bucket to only AWS services and authorized users within this account if the bucket has a public policy. Enabling this setting doesn't affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked.
- Block
Public boolAcls - Specifies whether Amazon S3 should block public access control lists (ACLs) for buckets in this account. Setting this element to TRUE causes the following behavior:
- PUT Bucket acl and PUT Object acl calls fail if the specified ACL is public.
- PUT Object calls fail if the request includes a public ACL. . - PUT Bucket calls fail if the request includes a public ACL. Enabling this setting doesn't affect existing policies or ACLs.
- Block
Public boolPolicy - Specifies whether Amazon S3 should block public bucket policies for buckets in this account. Setting this element to TRUE causes Amazon S3 to reject calls to PUT Bucket policy if the specified bucket policy allows public access. Enabling this setting doesn't affect existing bucket policies.
- Ignore
Public boolAcls - Specifies whether Amazon S3 should ignore public ACLs for buckets in this account. Setting this element to TRUE causes Amazon S3 to ignore all public ACLs on buckets in this account and any objects that they contain. Enabling this setting doesn't affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set.
- Restrict
Public boolBuckets - Specifies whether Amazon S3 should restrict public bucket policies for this bucket. Setting this element to TRUE restricts access to this bucket to only AWS services and authorized users within this account if the bucket has a public policy. Enabling this setting doesn't affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked.
- block
Public BooleanAcls - Specifies whether Amazon S3 should block public access control lists (ACLs) for buckets in this account. Setting this element to TRUE causes the following behavior:
- PUT Bucket acl and PUT Object acl calls fail if the specified ACL is public.
- PUT Object calls fail if the request includes a public ACL. . - PUT Bucket calls fail if the request includes a public ACL. Enabling this setting doesn't affect existing policies or ACLs.
- block
Public BooleanPolicy - Specifies whether Amazon S3 should block public bucket policies for buckets in this account. Setting this element to TRUE causes Amazon S3 to reject calls to PUT Bucket policy if the specified bucket policy allows public access. Enabling this setting doesn't affect existing bucket policies.
- ignore
Public BooleanAcls - Specifies whether Amazon S3 should ignore public ACLs for buckets in this account. Setting this element to TRUE causes Amazon S3 to ignore all public ACLs on buckets in this account and any objects that they contain. Enabling this setting doesn't affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set.
- restrict
Public BooleanBuckets - Specifies whether Amazon S3 should restrict public bucket policies for this bucket. Setting this element to TRUE restricts access to this bucket to only AWS services and authorized users within this account if the bucket has a public policy. Enabling this setting doesn't affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked.
- block
Public booleanAcls - Specifies whether Amazon S3 should block public access control lists (ACLs) for buckets in this account. Setting this element to TRUE causes the following behavior:
- PUT Bucket acl and PUT Object acl calls fail if the specified ACL is public.
- PUT Object calls fail if the request includes a public ACL. . - PUT Bucket calls fail if the request includes a public ACL. Enabling this setting doesn't affect existing policies or ACLs.
- block
Public booleanPolicy - Specifies whether Amazon S3 should block public bucket policies for buckets in this account. Setting this element to TRUE causes Amazon S3 to reject calls to PUT Bucket policy if the specified bucket policy allows public access. Enabling this setting doesn't affect existing bucket policies.
- ignore
Public booleanAcls - Specifies whether Amazon S3 should ignore public ACLs for buckets in this account. Setting this element to TRUE causes Amazon S3 to ignore all public ACLs on buckets in this account and any objects that they contain. Enabling this setting doesn't affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set.
- restrict
Public booleanBuckets - Specifies whether Amazon S3 should restrict public bucket policies for this bucket. Setting this element to TRUE restricts access to this bucket to only AWS services and authorized users within this account if the bucket has a public policy. Enabling this setting doesn't affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked.
- block_
public_ boolacls - Specifies whether Amazon S3 should block public access control lists (ACLs) for buckets in this account. Setting this element to TRUE causes the following behavior:
- PUT Bucket acl and PUT Object acl calls fail if the specified ACL is public.
- PUT Object calls fail if the request includes a public ACL. . - PUT Bucket calls fail if the request includes a public ACL. Enabling this setting doesn't affect existing policies or ACLs.
- block_
public_ boolpolicy - Specifies whether Amazon S3 should block public bucket policies for buckets in this account. Setting this element to TRUE causes Amazon S3 to reject calls to PUT Bucket policy if the specified bucket policy allows public access. Enabling this setting doesn't affect existing bucket policies.
- ignore_
public_ boolacls - Specifies whether Amazon S3 should ignore public ACLs for buckets in this account. Setting this element to TRUE causes Amazon S3 to ignore all public ACLs on buckets in this account and any objects that they contain. Enabling this setting doesn't affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set.
- restrict_
public_ boolbuckets - Specifies whether Amazon S3 should restrict public bucket policies for this bucket. Setting this element to TRUE restricts access to this bucket to only AWS services and authorized users within this account if the bucket has a public policy. Enabling this setting doesn't affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked.
- block
Public BooleanAcls - Specifies whether Amazon S3 should block public access control lists (ACLs) for buckets in this account. Setting this element to TRUE causes the following behavior:
- PUT Bucket acl and PUT Object acl calls fail if the specified ACL is public.
- PUT Object calls fail if the request includes a public ACL. . - PUT Bucket calls fail if the request includes a public ACL. Enabling this setting doesn't affect existing policies or ACLs.
- block
Public BooleanPolicy - Specifies whether Amazon S3 should block public bucket policies for buckets in this account. Setting this element to TRUE causes Amazon S3 to reject calls to PUT Bucket policy if the specified bucket policy allows public access. Enabling this setting doesn't affect existing bucket policies.
- ignore
Public BooleanAcls - Specifies whether Amazon S3 should ignore public ACLs for buckets in this account. Setting this element to TRUE causes Amazon S3 to ignore all public ACLs on buckets in this account and any objects that they contain. Enabling this setting doesn't affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set.
- restrict
Public BooleanBuckets - Specifies whether Amazon S3 should restrict public bucket policies for this bucket. Setting this element to TRUE restricts access to this bucket to only AWS services and authorized users within this account if the bucket has a public policy. Enabling this setting doesn't affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked.
AccessPointScope, AccessPointScopeArgs
- Permissions
List<Pulumi.
Aws Native. S3Express. Access Point Scope Permissions Item> - You can include one or more API operations as permissions
- Prefixes List<string>
- You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 256 bytes in size.
- Permissions
[]Access
Point Scope Permissions Item - You can include one or more API operations as permissions
- Prefixes []string
- You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 256 bytes in size.
- permissions
List<Access
Point Scope Permissions Item> - You can include one or more API operations as permissions
- prefixes List<String>
- You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 256 bytes in size.
- permissions
Access
Point Scope Permissions Item[] - You can include one or more API operations as permissions
- prefixes string[]
- You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 256 bytes in size.
- permissions
Sequence[Access
Point Scope Permissions Item] - You can include one or more API operations as permissions
- prefixes Sequence[str]
- You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 256 bytes in size.
- permissions
List<"Get
Object" | "Get Object Attributes" | "List Multipart Upload Parts" | "List Bucket" | "List Bucket Multipart Uploads" | "Put Object" | "Delete Object" | "Abort Multipart Upload"> - You can include one or more API operations as permissions
- prefixes List<String>
- You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 256 bytes in size.
AccessPointScopePermissionsItem, AccessPointScopePermissionsItemArgs
- Get
Object - GetObject
- Get
Object Attributes - GetObjectAttributes
- List
Multipart Upload Parts - ListMultipartUploadParts
- List
Bucket - ListBucket
- List
Bucket Multipart Uploads - ListBucketMultipartUploads
- Put
Object - PutObject
- Delete
Object - DeleteObject
- Abort
Multipart Upload - AbortMultipartUpload
- Access
Point Scope Permissions Item Get Object - GetObject
- Access
Point Scope Permissions Item Get Object Attributes - GetObjectAttributes
- Access
Point Scope Permissions Item List Multipart Upload Parts - ListMultipartUploadParts
- Access
Point Scope Permissions Item List Bucket - ListBucket
- Access
Point Scope Permissions Item List Bucket Multipart Uploads - ListBucketMultipartUploads
- Access
Point Scope Permissions Item Put Object - PutObject
- Access
Point Scope Permissions Item Delete Object - DeleteObject
- Access
Point Scope Permissions Item Abort Multipart Upload - AbortMultipartUpload
- Get
Object - GetObject
- Get
Object Attributes - GetObjectAttributes
- List
Multipart Upload Parts - ListMultipartUploadParts
- List
Bucket - ListBucket
- List
Bucket Multipart Uploads - ListBucketMultipartUploads
- Put
Object - PutObject
- Delete
Object - DeleteObject
- Abort
Multipart Upload - AbortMultipartUpload
- Get
Object - GetObject
- Get
Object Attributes - GetObjectAttributes
- List
Multipart Upload Parts - ListMultipartUploadParts
- List
Bucket - ListBucket
- List
Bucket Multipart Uploads - ListBucketMultipartUploads
- Put
Object - PutObject
- Delete
Object - DeleteObject
- Abort
Multipart Upload - AbortMultipartUpload
- GET_OBJECT
- GetObject
- GET_OBJECT_ATTRIBUTES
- GetObjectAttributes
- LIST_MULTIPART_UPLOAD_PARTS
- ListMultipartUploadParts
- LIST_BUCKET
- ListBucket
- LIST_BUCKET_MULTIPART_UPLOADS
- ListBucketMultipartUploads
- PUT_OBJECT
- PutObject
- DELETE_OBJECT
- DeleteObject
- ABORT_MULTIPART_UPLOAD
- AbortMultipartUpload
- "Get
Object" - GetObject
- "Get
Object Attributes" - GetObjectAttributes
- "List
Multipart Upload Parts" - ListMultipartUploadParts
- "List
Bucket" - ListBucket
- "List
Bucket Multipart Uploads" - ListBucketMultipartUploads
- "Put
Object" - PutObject
- "Delete
Object" - DeleteObject
- "Abort
Multipart Upload" - AbortMultipartUpload
AccessPointVpcConfiguration, AccessPointVpcConfigurationArgs
- Vpc
Id string - If this field is specified, this access point will only allow connections from the specified VPC ID.
- Vpc
Id string - If this field is specified, this access point will only allow connections from the specified VPC ID.
- vpc
Id String - If this field is specified, this access point will only allow connections from the specified VPC ID.
- vpc
Id string - If this field is specified, this access point will only allow connections from the specified VPC ID.
- vpc_
id str - If this field is specified, this access point will only allow connections from the specified VPC ID.
- vpc
Id String - If this field is specified, this access point will only allow connections from the specified VPC ID.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.