GetAccessPointResult

data class GetAccessPointResult(val arn: String? = null, val policy: Any? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, policy: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the specified AccessPoint.

Link copied to clipboard
val policy: 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.