Interface ApigeeKeystoresAliasesPkcs12Config
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ApigeeKeystoresAliasesPkcs12Config.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.378Z") @Stability(Stable) public interface ApigeeKeystoresAliasesPkcs12Config extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApigeeKeystoresAliasesPkcs12Config.BuilderA builder forApigeeKeystoresAliasesPkcs12Configstatic classApigeeKeystoresAliasesPkcs12Config.Jsii$ProxyAn implementation forApigeeKeystoresAliasesPkcs12Config
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ApigeeKeystoresAliasesPkcs12Config.Builderbuilder()StringgetAlias()Alias Name.StringgetEnvironment()Environment associated with the alias.StringgetFile()Cert content.StringgetFilehash()Hash of the pkcs file.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_pkcs12#id ApigeeKeystoresAliasesPkcs12#id}.StringgetKeystore()Keystore Name.StringgetOrgId()Organization ID associated with the alias.default StringgetPassword()Password for the Private Key if it's encrypted.default ApigeeKeystoresAliasesPkcs12TimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getAlias
@Stability(Stable) @NotNull String getAlias()
Alias Name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_pkcs12#alias ApigeeKeystoresAliasesPkcs12#alias}
-
getEnvironment
@Stability(Stable) @NotNull String getEnvironment()
Environment associated with the alias.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_pkcs12#environment ApigeeKeystoresAliasesPkcs12#environment}
-
getFile
@Stability(Stable) @NotNull String getFile()
Cert content.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_pkcs12#file ApigeeKeystoresAliasesPkcs12#file}
-
getFilehash
@Stability(Stable) @NotNull String getFilehash()
Hash of the pkcs file.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_pkcs12#filehash ApigeeKeystoresAliasesPkcs12#filehash}
-
getKeystore
@Stability(Stable) @NotNull String getKeystore()
Keystore Name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_pkcs12#keystore ApigeeKeystoresAliasesPkcs12#keystore}
-
getOrgId
@Stability(Stable) @NotNull String getOrgId()
Organization ID associated with the alias.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_pkcs12#org_id ApigeeKeystoresAliasesPkcs12#org_id}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_pkcs12#id ApigeeKeystoresAliasesPkcs12#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.
-
getPassword
@Stability(Stable) @Nullable default String getPassword()
Password for the Private Key if it's encrypted.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_pkcs12#password ApigeeKeystoresAliasesPkcs12#password}
-
getTimeouts
@Stability(Stable) @Nullable default ApigeeKeystoresAliasesPkcs12Timeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_pkcs12#timeouts ApigeeKeystoresAliasesPkcs12#timeouts}
-
builder
@Stability(Stable) static ApigeeKeystoresAliasesPkcs12Config.Builder builder()
-
-