GetAccessPointResult

data class GetAccessPointResult(val alias: String? = null, val arn: String? = null, val networkOrigin: AccessPointNetworkOrigin? = null, val policy: Any? = null, val publicAccessBlockConfiguration: AccessPointPublicAccessBlockConfiguration? = null)

Constructors

Link copied to clipboard
constructor(alias: String? = null, arn: String? = null, networkOrigin: AccessPointNetworkOrigin? = null, policy: Any? = null, publicAccessBlockConfiguration: AccessPointPublicAccessBlockConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val alias: String? = null

The alias of this Access Point. This alias can be used for compatibility purposes with other AWS services and third-party applications.

Link copied to clipboard
val arn: String? = null

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

Link copied to clipboard

Indicates whether this Access Point allows access from the public Internet. If VpcConfiguration is specified for this Access Point, then NetworkOrigin is VPC, and the Access Point doesn't allow access from the public Internet. Otherwise, NetworkOrigin is Internet, and the Access Point allows access from the public Internet, subject to the Access Point and bucket access policies.

Link copied to clipboard
val policy: Any? = null

The Access Point Policy you want to apply to this access point. Search the CloudFormation User Guide for AWS::S3::AccessPoint for more information about the expected schema for this property.

Link copied to clipboard

The PublicAccessBlock configuration that you want to apply to this Access Point. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status 'The Meaning of Public' in the Amazon Simple Storage Service Developer Guide.