Interface NetappKmsconfigConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
NetappKmsconfigConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.006Z") @Stability(Stable) public interface NetappKmsconfigConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetappKmsconfigConfig.BuilderA builder forNetappKmsconfigConfigstatic classNetappKmsconfigConfig.Jsii$ProxyAn implementation forNetappKmsconfigConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NetappKmsconfigConfig.Builderbuilder()StringgetCryptoKeyName()Resource name of the KMS key to use.default StringgetDescription()Description for the CMEK policy.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_kmsconfig#id NetappKmsconfig#id}.default Map<String,String>getLabels()Labels as key value pairs.StringgetLocation()Name of the policy location.StringgetName()Name of the CMEK policy.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_kmsconfig#project NetappKmsconfig#project}.default NetappKmsconfigTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getCryptoKeyName
@Stability(Stable) @NotNull String getCryptoKeyName()
Resource name of the KMS key to use. Only regional keys are supported. Format: 'projects/{{project}}/locations/{{location}}/keyRings/{{key_ring}}/cryptoKeys/{{key}}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_kmsconfig#crypto_key_name NetappKmsconfig#crypto_key_name}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
Name of the policy location. CMEK policies apply to the whole region.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_kmsconfig#location NetappKmsconfig#location}
-
getName
@Stability(Stable) @NotNull String getName()
Name of the CMEK policy.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_kmsconfig#name NetappKmsconfig#name}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Description for the CMEK policy.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_kmsconfig#description NetappKmsconfig#description}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_kmsconfig#id NetappKmsconfig#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.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
Labels as key value pairs. Example: '{ "owner": "Bob", "department": "finance", "purpose": "testing" }'.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_kmsconfig#labels NetappKmsconfig#labels}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_kmsconfig#project NetappKmsconfig#project}.
-
getTimeouts
@Stability(Stable) @Nullable default NetappKmsconfigTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_kmsconfig#timeouts NetappKmsconfig#timeouts}
-
builder
@Stability(Stable) static NetappKmsconfigConfig.Builder builder()
- Returns:
- a
NetappKmsconfigConfig.BuilderofNetappKmsconfigConfig
-
-