Interface S3AccountPublicAccessBlockConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
S3AccountPublicAccessBlockConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.766Z") @Stability(Stable) public interface S3AccountPublicAccessBlockConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classS3AccountPublicAccessBlockConfig.BuilderA builder forS3AccountPublicAccessBlockConfigstatic classS3AccountPublicAccessBlockConfig.Jsii$ProxyAn implementation forS3AccountPublicAccessBlockConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static S3AccountPublicAccessBlockConfig.Builderbuilder()default StringgetAccountId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_account_public_access_block#account_id S3AccountPublicAccessBlock#account_id}.default ObjectgetBlockPublicAcls()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_account_public_access_block#block_public_acls S3AccountPublicAccessBlock#block_public_acls}.default ObjectgetBlockPublicPolicy()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_account_public_access_block#block_public_policy S3AccountPublicAccessBlock#block_public_policy}.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_account_public_access_block#id S3AccountPublicAccessBlock#id}.default ObjectgetIgnorePublicAcls()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_account_public_access_block#ignore_public_acls S3AccountPublicAccessBlock#ignore_public_acls}.default ObjectgetRestrictPublicBuckets()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_account_public_access_block#restrict_public_buckets S3AccountPublicAccessBlock#restrict_public_buckets}.
-
-
-
Method Detail
-
getAccountId
@Stability(Stable) @Nullable default String getAccountId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_account_public_access_block#account_id S3AccountPublicAccessBlock#account_id}.
-
getBlockPublicAcls
@Stability(Stable) @Nullable default Object getBlockPublicAcls()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_account_public_access_block#block_public_acls S3AccountPublicAccessBlock#block_public_acls}.
-
getBlockPublicPolicy
@Stability(Stable) @Nullable default Object getBlockPublicPolicy()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_account_public_access_block#block_public_policy S3AccountPublicAccessBlock#block_public_policy}.
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_account_public_access_block#id S3AccountPublicAccessBlock#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getIgnorePublicAcls
@Stability(Stable) @Nullable default Object getIgnorePublicAcls()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_account_public_access_block#ignore_public_acls S3AccountPublicAccessBlock#ignore_public_acls}.
-
getRestrictPublicBuckets
@Stability(Stable) @Nullable default Object getRestrictPublicBuckets()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_account_public_access_block#restrict_public_buckets S3AccountPublicAccessBlock#restrict_public_buckets}.
-
builder
@Stability(Stable) static S3AccountPublicAccessBlockConfig.Builder builder()
-
-