Class DataGoogleLoggingProjectCmekSettings.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_google_logging_project_cmek_settings.DataGoogleLoggingProjectCmekSettings.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataGoogleLoggingProjectCmekSettings>
- Enclosing class:
- DataGoogleLoggingProjectCmekSettings
@Stability(Stable) public static final class DataGoogleLoggingProjectCmekSettings.Builder extends Object implements software.amazon.jsii.Builder<DataGoogleLoggingProjectCmekSettings>
A fluent builder forDataGoogleLoggingProjectCmekSettings.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DataGoogleLoggingProjectCmekSettingsbuild()DataGoogleLoggingProjectCmekSettings.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)DataGoogleLoggingProjectCmekSettings.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)DataGoogleLoggingProjectCmekSettings.Buildercount(com.hashicorp.cdktf.TerraformCount count)DataGoogleLoggingProjectCmekSettings.Buildercount(Number count)static DataGoogleLoggingProjectCmekSettings.Buildercreate(software.constructs.Construct scope, String id)DataGoogleLoggingProjectCmekSettings.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)DataGoogleLoggingProjectCmekSettings.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)DataGoogleLoggingProjectCmekSettings.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/logging_project_cmek_settings#id DataGoogleLoggingProjectCmekSettings#id}.DataGoogleLoggingProjectCmekSettings.BuilderkmsKeyName(String kmsKeyName)The resource name for the configured Cloud KMS key.DataGoogleLoggingProjectCmekSettings.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)DataGoogleLoggingProjectCmekSettings.Builderproject(String project)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/logging_project_cmek_settings#project DataGoogleLoggingProjectCmekSettings#project}.DataGoogleLoggingProjectCmekSettings.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)DataGoogleLoggingProjectCmekSettings.Builderprovisioners(List<? extends Object> provisioners)
-
-
-
Method Detail
-
create
@Stability(Stable) public static DataGoogleLoggingProjectCmekSettings.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.- Returns:
- a new instance of
DataGoogleLoggingProjectCmekSettings.Builder.
-
connection
@Stability(Experimental) public DataGoogleLoggingProjectCmekSettings.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public DataGoogleLoggingProjectCmekSettings.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public DataGoogleLoggingProjectCmekSettings.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public DataGoogleLoggingProjectCmekSettings.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public DataGoogleLoggingProjectCmekSettings.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public DataGoogleLoggingProjectCmekSettings.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public DataGoogleLoggingProjectCmekSettings.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public DataGoogleLoggingProjectCmekSettings.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public DataGoogleLoggingProjectCmekSettings.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
project
@Stability(Stable) public DataGoogleLoggingProjectCmekSettings.Builder project(String project)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/logging_project_cmek_settings#project DataGoogleLoggingProjectCmekSettings#project}.- Parameters:
project- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/logging_project_cmek_settings#project DataGoogleLoggingProjectCmekSettings#project}. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public DataGoogleLoggingProjectCmekSettings.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/logging_project_cmek_settings#id DataGoogleLoggingProjectCmekSettings#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.
- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/logging_project_cmek_settings#id DataGoogleLoggingProjectCmekSettings#id}. This parameter is required.- Returns:
this
-
kmsKeyName
@Stability(Stable) public DataGoogleLoggingProjectCmekSettings.Builder kmsKeyName(String kmsKeyName)
The resource name for the configured Cloud KMS key.KMS key name format: "projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/cryptoKeys/[KEY]" To enable CMEK for the bucket, set this field to a valid kmsKeyName for which the associated service account has the required cloudkms.cryptoKeyEncrypterDecrypter roles assigned for the key. The Cloud KMS key used by the bucket can be updated by changing the kmsKeyName to a new valid key name. Encryption operations that are in progress will be completed with the key that was in use when they started. Decryption operations will be completed using the key that was used at the time of encryption unless access to that key has been revoked. See [Enabling CMEK for Logging Buckets](https://cloud.google.com/logging/docs/routing/managed-encryption-storage) for more information. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/logging_project_cmek_settings#kms_key_name DataGoogleLoggingProjectCmekSettings#kms_key_name}
- Parameters:
kmsKeyName- The resource name for the configured Cloud KMS key. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public DataGoogleLoggingProjectCmekSettings build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataGoogleLoggingProjectCmekSettings>- Returns:
- a newly built instance of
DataGoogleLoggingProjectCmekSettings.
-
-