Class ApigeeKeystoresAliasesSelfSignedCertConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.apigee_keystores_aliases_self_signed_cert.ApigeeKeystoresAliasesSelfSignedCertConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ApigeeKeystoresAliasesSelfSignedCertConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ApigeeKeystoresAliasesSelfSignedCertConfig
@Stability(Stable) @Internal public static final class ApigeeKeystoresAliasesSelfSignedCertConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApigeeKeystoresAliasesSelfSignedCertConfig
An implementation forApigeeKeystoresAliasesSelfSignedCertConfig
-
-
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.apigee_keystores_aliases_self_signed_cert.ApigeeKeystoresAliasesSelfSignedCertConfig
ApigeeKeystoresAliasesSelfSignedCertConfig.Builder, ApigeeKeystoresAliasesSelfSignedCertConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ApigeeKeystoresAliasesSelfSignedCertConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theApigeeKeystoresAliasesSelfSignedCertConfig.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)StringgetAlias()Alias for the key/certificate pair.NumbergetCertValidityInDays()Validity duration of certificate, in days.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetEnvironment()The Apigee environment name.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#id ApigeeKeystoresAliasesSelfSignedCert#id}.StringgetKeySize()Key size.StringgetKeystore()The Apigee keystore name associated in an Apigee environment.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetOrgId()The Apigee Organization name associated with the Apigee environment.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetSigAlg()Signature algorithm to generate private key.ApigeeKeystoresAliasesSelfSignedCertSubjectgetSubject()subject block.ApigeeKeystoresAliasesSelfSignedCertSubjectAlternativeDnsNamesgetSubjectAlternativeDnsNames()subject_alternative_dns_names block.ApigeeKeystoresAliasesSelfSignedCertTimeoutsgetTimeouts()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(ApigeeKeystoresAliasesSelfSignedCertConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theApigeeKeystoresAliasesSelfSignedCertConfig.Builder.
-
-
Method Detail
-
getAlias
public final String getAlias()
Description copied from interface:ApigeeKeystoresAliasesSelfSignedCertConfigAlias for the key/certificate pair.Values must match the regular expression [\w\s-.]{1,255}. This must be provided for all formats except selfsignedcert; self-signed certs may specify the alias in either this parameter or the JSON body. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#alias ApigeeKeystoresAliasesSelfSignedCert#alias}
- Specified by:
getAliasin interfaceApigeeKeystoresAliasesSelfSignedCertConfig
-
getEnvironment
public final String getEnvironment()
Description copied from interface:ApigeeKeystoresAliasesSelfSignedCertConfigThe Apigee environment name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#environment ApigeeKeystoresAliasesSelfSignedCert#environment}
- Specified by:
getEnvironmentin interfaceApigeeKeystoresAliasesSelfSignedCertConfig
-
getKeystore
public final String getKeystore()
Description copied from interface:ApigeeKeystoresAliasesSelfSignedCertConfigThe Apigee keystore name associated in an Apigee environment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#keystore ApigeeKeystoresAliasesSelfSignedCert#keystore}
- Specified by:
getKeystorein interfaceApigeeKeystoresAliasesSelfSignedCertConfig
-
getOrgId
public final String getOrgId()
Description copied from interface:ApigeeKeystoresAliasesSelfSignedCertConfigThe Apigee Organization name associated with the Apigee environment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#org_id ApigeeKeystoresAliasesSelfSignedCert#org_id}
- Specified by:
getOrgIdin interfaceApigeeKeystoresAliasesSelfSignedCertConfig
-
getSigAlg
public final String getSigAlg()
Description copied from interface:ApigeeKeystoresAliasesSelfSignedCertConfigSignature algorithm to generate private key. Valid values are SHA512withRSA, SHA384withRSA, and SHA256withRSA.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#sig_alg ApigeeKeystoresAliasesSelfSignedCert#sig_alg}
- Specified by:
getSigAlgin interfaceApigeeKeystoresAliasesSelfSignedCertConfig
-
getSubject
public final ApigeeKeystoresAliasesSelfSignedCertSubject getSubject()
Description copied from interface:ApigeeKeystoresAliasesSelfSignedCertConfigsubject block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#subject ApigeeKeystoresAliasesSelfSignedCert#subject}
- Specified by:
getSubjectin interfaceApigeeKeystoresAliasesSelfSignedCertConfig
-
getCertValidityInDays
public final Number getCertValidityInDays()
Description copied from interface:ApigeeKeystoresAliasesSelfSignedCertConfigValidity duration of certificate, in days. Accepts positive non-zero value. Defaults to 365.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#cert_validity_in_days ApigeeKeystoresAliasesSelfSignedCert#cert_validity_in_days}
- Specified by:
getCertValidityInDaysin interfaceApigeeKeystoresAliasesSelfSignedCertConfig
-
getId
public final String getId()
Description copied from interface:ApigeeKeystoresAliasesSelfSignedCertConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#id ApigeeKeystoresAliasesSelfSignedCert#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 interfaceApigeeKeystoresAliasesSelfSignedCertConfig
-
getKeySize
public final String getKeySize()
Description copied from interface:ApigeeKeystoresAliasesSelfSignedCertConfigKey size. Default and maximum value is 2048 bits.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#key_size ApigeeKeystoresAliasesSelfSignedCert#key_size}
- Specified by:
getKeySizein interfaceApigeeKeystoresAliasesSelfSignedCertConfig
-
getSubjectAlternativeDnsNames
public final ApigeeKeystoresAliasesSelfSignedCertSubjectAlternativeDnsNames getSubjectAlternativeDnsNames()
Description copied from interface:ApigeeKeystoresAliasesSelfSignedCertConfigsubject_alternative_dns_names block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#subject_alternative_dns_names ApigeeKeystoresAliasesSelfSignedCert#subject_alternative_dns_names}
- Specified by:
getSubjectAlternativeDnsNamesin interfaceApigeeKeystoresAliasesSelfSignedCertConfig
-
getTimeouts
public final ApigeeKeystoresAliasesSelfSignedCertTimeouts getTimeouts()
Description copied from interface:ApigeeKeystoresAliasesSelfSignedCertConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#timeouts ApigeeKeystoresAliasesSelfSignedCert#timeouts}
- Specified by:
getTimeoutsin interfaceApigeeKeystoresAliasesSelfSignedCertConfig
-
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
-
-