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
constructor(bucket: Output<String>? = null, name: Output<String>? = null, policy: Output<Any>? = null, vpcConfiguration: Output<AccessPointVpcConfigurationArgs>? = null)
Properties
Link copied to clipboard
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.