Class IntegrationsAuthConfigClientCertificateOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.integrations_auth_config.IntegrationsAuthConfigClientCertificateOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.747Z") @Stability(Stable) public class IntegrationsAuthConfigClientCertificateOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description IntegrationsAuthConfigClientCertificateOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedIntegrationsAuthConfigClientCertificateOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedIntegrationsAuthConfigClientCertificateOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEncryptedPrivateKey()StringgetEncryptedPrivateKeyInput()IntegrationsAuthConfigClientCertificategetInternalValue()StringgetPassphrase()StringgetPassphraseInput()StringgetSslCertificate()StringgetSslCertificateInput()voidresetPassphrase()voidsetEncryptedPrivateKey(String value)voidsetInternalValue(IntegrationsAuthConfigClientCertificate value)voidsetPassphrase(String value)voidsetSslCertificate(String value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
IntegrationsAuthConfigClientCertificateOutputReference
protected IntegrationsAuthConfigClientCertificateOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
IntegrationsAuthConfigClientCertificateOutputReference
protected IntegrationsAuthConfigClientCertificateOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
IntegrationsAuthConfigClientCertificateOutputReference
@Stability(Stable) public IntegrationsAuthConfigClientCertificateOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
resetPassphrase
@Stability(Stable) public void resetPassphrase()
-
getEncryptedPrivateKeyInput
@Stability(Stable) @Nullable public String getEncryptedPrivateKeyInput()
-
getPassphraseInput
@Stability(Stable) @Nullable public String getPassphraseInput()
-
getSslCertificateInput
@Stability(Stable) @Nullable public String getSslCertificateInput()
-
getEncryptedPrivateKey
@Stability(Stable) @NotNull public String getEncryptedPrivateKey()
-
setEncryptedPrivateKey
@Stability(Stable) public void setEncryptedPrivateKey(@NotNull String value)
-
getPassphrase
@Stability(Stable) @NotNull public String getPassphrase()
-
setPassphrase
@Stability(Stable) public void setPassphrase(@NotNull String value)
-
getSslCertificate
@Stability(Stable) @NotNull public String getSslCertificate()
-
setSslCertificate
@Stability(Stable) public void setSslCertificate(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public IntegrationsAuthConfigClientCertificate getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable IntegrationsAuthConfigClientCertificate value)
-
-