Class ApigeeTargetServerSSlInfoOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.apigee_target_server.ApigeeTargetServerSSlInfoOutputReference
-
- 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:17.408Z") @Stability(Stable) public class ApigeeTargetServerSSlInfoOutputReference 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 ApigeeTargetServerSSlInfoOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedApigeeTargetServerSSlInfoOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedApigeeTargetServerSSlInfoOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
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
-
ApigeeTargetServerSSlInfoOutputReference
protected ApigeeTargetServerSSlInfoOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ApigeeTargetServerSSlInfoOutputReference
protected ApigeeTargetServerSSlInfoOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ApigeeTargetServerSSlInfoOutputReference
@Stability(Stable) public ApigeeTargetServerSSlInfoOutputReference(@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
-
putCommonName
@Stability(Stable) public void putCommonName(@NotNull ApigeeTargetServerSSlInfoCommonName value)- Parameters:
value- This parameter is required.
-
resetCiphers
@Stability(Stable) public void resetCiphers()
-
resetClientAuthEnabled
@Stability(Stable) public void resetClientAuthEnabled()
-
resetCommonName
@Stability(Stable) public void resetCommonName()
-
resetIgnoreValidationErrors
@Stability(Stable) public void resetIgnoreValidationErrors()
-
resetKeyAlias
@Stability(Stable) public void resetKeyAlias()
-
resetKeyStore
@Stability(Stable) public void resetKeyStore()
-
resetProtocols
@Stability(Stable) public void resetProtocols()
-
resetTrustStore
@Stability(Stable) public void resetTrustStore()
-
getCommonName
@Stability(Stable) @NotNull public ApigeeTargetServerSSlInfoCommonNameOutputReference getCommonName()
-
getClientAuthEnabledInput
@Stability(Stable) @Nullable public Object getClientAuthEnabledInput()
-
getCommonNameInput
@Stability(Stable) @Nullable public ApigeeTargetServerSSlInfoCommonName getCommonNameInput()
-
getEnabledInput
@Stability(Stable) @Nullable public Object getEnabledInput()
-
getIgnoreValidationErrorsInput
@Stability(Stable) @Nullable public Object getIgnoreValidationErrorsInput()
-
getKeyAliasInput
@Stability(Stable) @Nullable public String getKeyAliasInput()
-
getKeyStoreInput
@Stability(Stable) @Nullable public String getKeyStoreInput()
-
getTrustStoreInput
@Stability(Stable) @Nullable public String getTrustStoreInput()
-
getClientAuthEnabled
@Stability(Stable) @NotNull public Object getClientAuthEnabled()
-
setClientAuthEnabled
@Stability(Stable) public void setClientAuthEnabled(@NotNull Boolean value)
-
setClientAuthEnabled
@Stability(Stable) public void setClientAuthEnabled(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getEnabled
@Stability(Stable) @NotNull public Object getEnabled()
-
setEnabled
@Stability(Stable) public void setEnabled(@NotNull Boolean value)
-
setEnabled
@Stability(Stable) public void setEnabled(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getIgnoreValidationErrors
@Stability(Stable) @NotNull public Object getIgnoreValidationErrors()
-
setIgnoreValidationErrors
@Stability(Stable) public void setIgnoreValidationErrors(@NotNull Boolean value)
-
setIgnoreValidationErrors
@Stability(Stable) public void setIgnoreValidationErrors(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getKeyAlias
@Stability(Stable) @NotNull public String getKeyAlias()
-
setKeyAlias
@Stability(Stable) public void setKeyAlias(@NotNull String value)
-
getKeyStore
@Stability(Stable) @NotNull public String getKeyStore()
-
setKeyStore
@Stability(Stable) public void setKeyStore(@NotNull String value)
-
getTrustStore
@Stability(Stable) @NotNull public String getTrustStore()
-
setTrustStore
@Stability(Stable) public void setTrustStore(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ApigeeTargetServerSSlInfo getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ApigeeTargetServerSSlInfo value)
-
-