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
fun AccessPointArgs(bucket: Output<String>? = null, name: Output<String>? = null, policy: Output<Any>? = null, vpcConfiguration: Output<AccessPointVpcConfigurationArgs>? = null)

Functions

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

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.

Link copied to clipboard

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