AwsS3AccessPointPropertiesArgs

data class AwsS3AccessPointPropertiesArgs(val alias: Output<String>? = null, val arn: Output<String>? = null, val bucket: Output<String>? = null, val bucketAccountId: Output<String>? = null, val name: Output<String>? = null, val networkOrigin: Output<Either<String, NetworkOrigin>>? = null, val policy: Output<Any>? = null, val publicAccessBlockConfiguration: Output<PublicAccessBlockConfigurationArgs>? = null, val vpcConfiguration: Output<VpcConfigurationArgs>? = null) : ConvertibleToJava<AwsS3AccessPointPropertiesArgs>

Definition of awsS3AccessPoint

Constructors

Link copied to clipboard
constructor(alias: Output<String>? = null, arn: Output<String>? = null, bucket: Output<String>? = null, bucketAccountId: Output<String>? = null, name: Output<String>? = null, networkOrigin: Output<Either<String, NetworkOrigin>>? = null, policy: Output<Any>? = null, publicAccessBlockConfiguration: Output<PublicAccessBlockConfigurationArgs>? = null, vpcConfiguration: Output<VpcConfigurationArgs>? = null)

Properties

Link copied to clipboard
val alias: Output<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: Output<String>? = null

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

Link copied to clipboard
val bucket: Output<String>? = null

The name of the bucket that you want to associate this Access Point with.

Link copied to clipboard
val bucketAccountId: Output<String>? = null

The AWS account ID associated with the S3 bucket associated with this access point.

Link copied to clipboard
val name: Output<String>? = null

The name you want to assign to this Access Point. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the access point name.

Link copied to clipboard
val networkOrigin: Output<Either<String, NetworkOrigin>>? = null

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: Output<Any>? = null

The Access Point Policy you want to apply to this access point.

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.

Link copied to clipboard

If you include this field, Amazon S3 restricts access to this Access Point to requests from the specified Virtual Private Cloud (VPC). The Virtual Private Cloud (VPC) configuration for a bucket access point.

Functions

Link copied to clipboard
open override fun toJava(): AwsS3AccessPointPropertiesArgs