Class KmsEkmConnectionConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.kms_ekm_connection.KmsEkmConnectionConfig.Jsii$Proxy
-
- All Implemented Interfaces:
KmsEkmConnectionConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KmsEkmConnectionConfig
@Stability(Stable) @Internal public static final class KmsEkmConnectionConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KmsEkmConnectionConfig
An implementation forKmsEkmConnectionConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.kms_ekm_connection.KmsEkmConnectionConfig
KmsEkmConnectionConfig.Builder, KmsEkmConnectionConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KmsEkmConnectionConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theKmsEkmConnectionConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetConnection()ObjectgetCount()StringgetCryptoSpacePath()Optional.List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetEtag()Optional.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_ekm_connection#id KmsEkmConnection#id}.StringgetKeyManagementMode()Optional.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetLocation()The location for the EkmConnection.StringgetName()The resource name for the EkmConnection.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_ekm_connection#project KmsEkmConnection#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()ObjectgetServiceResolvers()service_resolvers block.KmsEkmConnectionTimeoutsgetTimeouts()timeouts block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(KmsEkmConnectionConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theKmsEkmConnectionConfig.Builder.
-
-
Method Detail
-
getLocation
public final String getLocation()
Description copied from interface:KmsEkmConnectionConfigThe location for the EkmConnection. A full list of valid locations can be found by running 'gcloud kms locations list'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_ekm_connection#location KmsEkmConnection#location}
- Specified by:
getLocationin interfaceKmsEkmConnectionConfig
-
getName
public final String getName()
Description copied from interface:KmsEkmConnectionConfigThe resource name for the EkmConnection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_ekm_connection#name KmsEkmConnection#name}
- Specified by:
getNamein interfaceKmsEkmConnectionConfig
-
getServiceResolvers
public final Object getServiceResolvers()
Description copied from interface:KmsEkmConnectionConfigservice_resolvers block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_ekm_connection#service_resolvers KmsEkmConnection#service_resolvers}
- Specified by:
getServiceResolversin interfaceKmsEkmConnectionConfig
-
getCryptoSpacePath
public final String getCryptoSpacePath()
Description copied from interface:KmsEkmConnectionConfigOptional.Identifies the EKM Crypto Space that this EkmConnection maps to. Note: This field is required if KeyManagementMode is CLOUD_KMS. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_ekm_connection#crypto_space_path KmsEkmConnection#crypto_space_path}
- Specified by:
getCryptoSpacePathin interfaceKmsEkmConnectionConfig
-
getEtag
public final String getEtag()
Description copied from interface:KmsEkmConnectionConfigOptional. Etag of the currently stored EkmConnection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_ekm_connection#etag KmsEkmConnection#etag}
- Specified by:
getEtagin interfaceKmsEkmConnectionConfig
-
getId
public final String getId()
Description copied from interface:KmsEkmConnectionConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_ekm_connection#id KmsEkmConnection#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.
- Specified by:
getIdin interfaceKmsEkmConnectionConfig
-
getKeyManagementMode
public final String getKeyManagementMode()
Description copied from interface:KmsEkmConnectionConfigOptional.Describes who can perform control plane operations on the EKM. If unset, this defaults to MANUAL Default value: "MANUAL" Possible values: ["MANUAL", "CLOUD_KMS"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_ekm_connection#key_management_mode KmsEkmConnection#key_management_mode}
- Specified by:
getKeyManagementModein interfaceKmsEkmConnectionConfig
-
getProject
public final String getProject()
Description copied from interface:KmsEkmConnectionConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_ekm_connection#project KmsEkmConnection#project}.- Specified by:
getProjectin interfaceKmsEkmConnectionConfig
-
getTimeouts
public final KmsEkmConnectionTimeouts getTimeouts()
Description copied from interface:KmsEkmConnectionConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_ekm_connection#timeouts KmsEkmConnection#timeouts}
- Specified by:
getTimeoutsin interfaceKmsEkmConnectionConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-