GetAccountPublicAccessBlockResult

data class GetAccountPublicAccessBlockResult(val accountId: String? = null, val blockPublicAcls: Boolean, val blockPublicPolicy: Boolean, val id: String, val ignorePublicAcls: Boolean, val restrictPublicBuckets: Boolean)

A collection of values returned by getAccountPublicAccessBlock.

Constructors

Link copied to clipboard
constructor(accountId: String? = null, blockPublicAcls: Boolean, blockPublicPolicy: Boolean, id: String, ignorePublicAcls: Boolean, restrictPublicBuckets: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null
Link copied to clipboard

Whether or not Amazon S3 should block public ACLs for buckets in this account is enabled. Returns as true or false.

Link copied to clipboard

Whether or not Amazon S3 should block public bucket policies for buckets in this account is enabled. Returns as true or false.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Whether or not Amazon S3 should ignore public ACLs for buckets in this account is enabled. Returns as true or false.

Link copied to clipboard

Whether or not Amazon S3 should restrict public bucket policies for buckets in this account is enabled. Returns as true or false.