Class PrivatecaCertificateConfigX509ConfigKeyUsageExtendedKeyUsageOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.privateca_certificate.PrivatecaCertificateConfigX509ConfigKeyUsageExtendedKeyUsageOutputReference
-
- 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:22.350Z") @Stability(Stable) public class PrivatecaCertificateConfigX509ConfigKeyUsageExtendedKeyUsageOutputReference 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 PrivatecaCertificateConfigX509ConfigKeyUsageExtendedKeyUsageOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedPrivatecaCertificateConfigX509ConfigKeyUsageExtendedKeyUsageOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedPrivatecaCertificateConfigX509ConfigKeyUsageExtendedKeyUsageOutputReference(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
-
PrivatecaCertificateConfigX509ConfigKeyUsageExtendedKeyUsageOutputReference
protected PrivatecaCertificateConfigX509ConfigKeyUsageExtendedKeyUsageOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
PrivatecaCertificateConfigX509ConfigKeyUsageExtendedKeyUsageOutputReference
protected PrivatecaCertificateConfigX509ConfigKeyUsageExtendedKeyUsageOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
PrivatecaCertificateConfigX509ConfigKeyUsageExtendedKeyUsageOutputReference
@Stability(Stable) public PrivatecaCertificateConfigX509ConfigKeyUsageExtendedKeyUsageOutputReference(@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
-
resetClientAuth
@Stability(Stable) public void resetClientAuth()
-
resetCodeSigning
@Stability(Stable) public void resetCodeSigning()
-
resetEmailProtection
@Stability(Stable) public void resetEmailProtection()
-
resetOcspSigning
@Stability(Stable) public void resetOcspSigning()
-
resetServerAuth
@Stability(Stable) public void resetServerAuth()
-
resetTimeStamping
@Stability(Stable) public void resetTimeStamping()
-
getClientAuthInput
@Stability(Stable) @Nullable public Object getClientAuthInput()
-
getCodeSigningInput
@Stability(Stable) @Nullable public Object getCodeSigningInput()
-
getEmailProtectionInput
@Stability(Stable) @Nullable public Object getEmailProtectionInput()
-
getOcspSigningInput
@Stability(Stable) @Nullable public Object getOcspSigningInput()
-
getServerAuthInput
@Stability(Stable) @Nullable public Object getServerAuthInput()
-
getTimeStampingInput
@Stability(Stable) @Nullable public Object getTimeStampingInput()
-
getClientAuth
@Stability(Stable) @NotNull public Object getClientAuth()
-
setClientAuth
@Stability(Stable) public void setClientAuth(@NotNull Boolean value)
-
setClientAuth
@Stability(Stable) public void setClientAuth(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getCodeSigning
@Stability(Stable) @NotNull public Object getCodeSigning()
-
setCodeSigning
@Stability(Stable) public void setCodeSigning(@NotNull Boolean value)
-
setCodeSigning
@Stability(Stable) public void setCodeSigning(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getEmailProtection
@Stability(Stable) @NotNull public Object getEmailProtection()
-
setEmailProtection
@Stability(Stable) public void setEmailProtection(@NotNull Boolean value)
-
setEmailProtection
@Stability(Stable) public void setEmailProtection(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getOcspSigning
@Stability(Stable) @NotNull public Object getOcspSigning()
-
setOcspSigning
@Stability(Stable) public void setOcspSigning(@NotNull Boolean value)
-
setOcspSigning
@Stability(Stable) public void setOcspSigning(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getServerAuth
@Stability(Stable) @NotNull public Object getServerAuth()
-
setServerAuth
@Stability(Stable) public void setServerAuth(@NotNull Boolean value)
-
setServerAuth
@Stability(Stable) public void setServerAuth(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getTimeStamping
@Stability(Stable) @NotNull public Object getTimeStamping()
-
setTimeStamping
@Stability(Stable) public void setTimeStamping(@NotNull Boolean value)
-
setTimeStamping
@Stability(Stable) public void setTimeStamping(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getInternalValue
@Stability(Stable) @Nullable public PrivatecaCertificateConfigX509ConfigKeyUsageExtendedKeyUsage getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable PrivatecaCertificateConfigX509ConfigKeyUsageExtendedKeyUsage value)
-
-