AccessPointArgs

data class AccessPointArgs(val bucket: Output<String>? = null, val name: Output<String>? = null, val policy: Output<Any>? = null, val vpcConfiguration: Output<AccessPointVpcConfigurationArgs>? = null) : ConvertibleToJava<AccessPointArgs>

Resource Type Definition for AWS::S3Outposts::AccessPoint

Constructors

Link copied to clipboard
constructor(bucket: Output<String>? = null, name: Output<String>? = null, policy: Output<Any>? = null, vpcConfiguration: Output<AccessPointVpcConfigurationArgs>? = null)

Properties

Link copied to clipboard
val bucket: Output<String>? = null

The Amazon Resource Name (ARN) of the bucket you want to associate this AccessPoint with.

Link copied to clipboard
val name: Output<String>? = null

A name for the AccessPoint.

Link copied to clipboard
val policy: Output<Any>? = null

The access point policy associated with this access point. Search the CloudFormation User Guide for AWS::S3Outposts::AccessPoint for more information about the expected schema for this property.

Link copied to clipboard

Virtual Private Cloud (VPC) from which requests can be made to the AccessPoint.

Functions

Link copied to clipboard
open override fun toJava(): AccessPointArgs