Access Point Args
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)