Interface StorageBucketAccessControlConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
StorageBucketAccessControlConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.827Z") @Stability(Stable) public interface StorageBucketAccessControlConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageBucketAccessControlConfig.BuilderA builder forStorageBucketAccessControlConfigstatic classStorageBucketAccessControlConfig.Jsii$ProxyAn implementation forStorageBucketAccessControlConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static StorageBucketAccessControlConfig.Builderbuilder()StringgetBucket()The name of the bucket.StringgetEntity()The entity holding the permission, in one of the following forms: user-userId user-email group-groupId group-email domain-domain project-team-projectId allUsers allAuthenticatedUsers Examples: The user liz@example.com would be user-liz@example.com.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket_access_control#id StorageBucketAccessControl#id}.default StringgetRole()The access permission for the entity.default StorageBucketAccessControlTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getBucket
@Stability(Stable) @NotNull String getBucket()
The name of the bucket.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket_access_control#bucket StorageBucketAccessControl#bucket}
-
getEntity
@Stability(Stable) @NotNull String getEntity()
The entity holding the permission, in one of the following forms: user-userId user-email group-groupId group-email domain-domain project-team-projectId allUsers allAuthenticatedUsers Examples: The user liz@example.com would be user-liz@example.com. The group example@googlegroups.com would be group-example@googlegroups.com. To refer to all members of the Google Apps for Business domain example.com, the entity would be domain-example.com.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket_access_control#entity StorageBucketAccessControl#entity}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket_access_control#id StorageBucketAccessControl#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.
-
getRole
@Stability(Stable) @Nullable default String getRole()
The access permission for the entity. Possible values: ["OWNER", "READER", "WRITER"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket_access_control#role StorageBucketAccessControl#role}
-
getTimeouts
@Stability(Stable) @Nullable default StorageBucketAccessControlTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket_access_control#timeouts StorageBucketAccessControl#timeouts}
-
builder
@Stability(Stable) static StorageBucketAccessControlConfig.Builder builder()
-
-