Class ComputeRegionSslCertificateConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_region_ssl_certificate.ComputeRegionSslCertificateConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRegionSslCertificateConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRegionSslCertificateConfig
@Stability(Stable) @Internal public static final class ComputeRegionSslCertificateConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRegionSslCertificateConfig
An implementation forComputeRegionSslCertificateConfig
-
-
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.compute_region_ssl_certificate.ComputeRegionSslCertificateConfig
ComputeRegionSslCertificateConfig.Builder, ComputeRegionSslCertificateConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRegionSslCertificateConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRegionSslCertificateConfig.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)StringgetCertificate()The certificate in PEM format.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()An optional description of this resource.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_ssl_certificate#id ComputeRegionSslCertificate#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetName()Name of the resource.StringgetNamePrefix()Creates a unique name beginning with the specified prefix.StringgetPrivateKey()The write-only private key in PEM format.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_ssl_certificate#project ComputeRegionSslCertificate#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetRegion()The Region in which the created regional ssl certificate should reside.ComputeRegionSslCertificateTimeoutsgetTimeouts()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(ComputeRegionSslCertificateConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRegionSslCertificateConfig.Builder.
-
-
Method Detail
-
getCertificate
public final String getCertificate()
Description copied from interface:ComputeRegionSslCertificateConfigThe certificate in PEM format.The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_ssl_certificate#certificate ComputeRegionSslCertificate#certificate}
- Specified by:
getCertificatein interfaceComputeRegionSslCertificateConfig
-
getPrivateKey
public final String getPrivateKey()
Description copied from interface:ComputeRegionSslCertificateConfigThe write-only private key in PEM format.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_ssl_certificate#private_key ComputeRegionSslCertificate#private_key}
- Specified by:
getPrivateKeyin interfaceComputeRegionSslCertificateConfig
-
getDescription
public final String getDescription()
Description copied from interface:ComputeRegionSslCertificateConfigAn optional description of this resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_ssl_certificate#description ComputeRegionSslCertificate#description}
- Specified by:
getDescriptionin interfaceComputeRegionSslCertificateConfig
-
getId
public final String getId()
Description copied from interface:ComputeRegionSslCertificateConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_ssl_certificate#id ComputeRegionSslCertificate#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 interfaceComputeRegionSslCertificateConfig
-
getName
public final String getName()
Description copied from interface:ComputeRegionSslCertificateConfigName of the resource.Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression '[a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?' which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. These are in the same namespace as the managed SSL certificates. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_ssl_certificate#name ComputeRegionSslCertificate#name}
- Specified by:
getNamein interfaceComputeRegionSslCertificateConfig
-
getNamePrefix
public final String getNamePrefix()
Description copied from interface:ComputeRegionSslCertificateConfigCreates a unique name beginning with the specified prefix. Conflicts with name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_ssl_certificate#name_prefix ComputeRegionSslCertificate#name_prefix}
- Specified by:
getNamePrefixin interfaceComputeRegionSslCertificateConfig
-
getProject
public final String getProject()
Description copied from interface:ComputeRegionSslCertificateConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_ssl_certificate#project ComputeRegionSslCertificate#project}.- Specified by:
getProjectin interfaceComputeRegionSslCertificateConfig
-
getRegion
public final String getRegion()
Description copied from interface:ComputeRegionSslCertificateConfigThe Region in which the created regional ssl certificate should reside.If it is not provided, the provider region is used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_ssl_certificate#region ComputeRegionSslCertificate#region}
- Specified by:
getRegionin interfaceComputeRegionSslCertificateConfig
-
getTimeouts
public final ComputeRegionSslCertificateTimeouts getTimeouts()
Description copied from interface:ComputeRegionSslCertificateConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_ssl_certificate#timeouts ComputeRegionSslCertificate#timeouts}
- Specified by:
getTimeoutsin interfaceComputeRegionSslCertificateConfig
-
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
-
-