GetAccessPointResult

data class GetAccessPointResult(val alias: AccessPointAlias? = null, val arn: String? = null, val creationDate: String? = null, val objectLambdaConfiguration: AccessPointObjectLambdaConfiguration? = null, val policyStatus: AccessPointPolicyStatus? = null, val publicAccessBlockConfiguration: AccessPointPublicAccessBlockConfiguration? = null)

Constructors

Link copied to clipboard
constructor(alias: AccessPointAlias? = null, arn: String? = null, creationDate: String? = null, objectLambdaConfiguration: AccessPointObjectLambdaConfiguration? = null, policyStatus: AccessPointPolicyStatus? = null, publicAccessBlockConfiguration: AccessPointPublicAccessBlockConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val alias: AccessPointAlias? = null
Link copied to clipboard
val arn: String? = null

Specifies the ARN for the Object Lambda Access Point.

Link copied to clipboard
val creationDate: String? = null

The date and time when the Object lambda Access Point was created.

Link copied to clipboard

The Object lambda Access Point Configuration that configures transformations to be applied on the objects on specified S3 Actions

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