Class PrivatecaCertificateTemplatePredefinedValuesOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.privateca_certificate_template.PrivatecaCertificateTemplatePredefinedValuesOutputReference
-
- 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.391Z") @Stability(Stable) public class PrivatecaCertificateTemplatePredefinedValuesOutputReference 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 PrivatecaCertificateTemplatePredefinedValuesOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedPrivatecaCertificateTemplatePredefinedValuesOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedPrivatecaCertificateTemplatePredefinedValuesOutputReference(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
-
PrivatecaCertificateTemplatePredefinedValuesOutputReference
protected PrivatecaCertificateTemplatePredefinedValuesOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
PrivatecaCertificateTemplatePredefinedValuesOutputReference
protected PrivatecaCertificateTemplatePredefinedValuesOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
PrivatecaCertificateTemplatePredefinedValuesOutputReference
@Stability(Stable) public PrivatecaCertificateTemplatePredefinedValuesOutputReference(@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
-
putAdditionalExtensions
@Stability(Stable) public void putAdditionalExtensions(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putCaOptions
@Stability(Stable) public void putCaOptions(@NotNull PrivatecaCertificateTemplatePredefinedValuesCaOptions value)- Parameters:
value- This parameter is required.
-
putKeyUsage
@Stability(Stable) public void putKeyUsage(@NotNull PrivatecaCertificateTemplatePredefinedValuesKeyUsage value)- Parameters:
value- This parameter is required.
-
putPolicyIds
@Stability(Stable) public void putPolicyIds(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetAdditionalExtensions
@Stability(Stable) public void resetAdditionalExtensions()
-
resetAiaOcspServers
@Stability(Stable) public void resetAiaOcspServers()
-
resetCaOptions
@Stability(Stable) public void resetCaOptions()
-
resetKeyUsage
@Stability(Stable) public void resetKeyUsage()
-
resetPolicyIds
@Stability(Stable) public void resetPolicyIds()
-
getAdditionalExtensions
@Stability(Stable) @NotNull public PrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsList getAdditionalExtensions()
-
getCaOptions
@Stability(Stable) @NotNull public PrivatecaCertificateTemplatePredefinedValuesCaOptionsOutputReference getCaOptions()
-
getKeyUsage
@Stability(Stable) @NotNull public PrivatecaCertificateTemplatePredefinedValuesKeyUsageOutputReference getKeyUsage()
-
getPolicyIds
@Stability(Stable) @NotNull public PrivatecaCertificateTemplatePredefinedValuesPolicyIdsList getPolicyIds()
-
getAdditionalExtensionsInput
@Stability(Stable) @Nullable public Object getAdditionalExtensionsInput()
-
getCaOptionsInput
@Stability(Stable) @Nullable public PrivatecaCertificateTemplatePredefinedValuesCaOptions getCaOptionsInput()
-
getKeyUsageInput
@Stability(Stable) @Nullable public PrivatecaCertificateTemplatePredefinedValuesKeyUsage getKeyUsageInput()
-
getPolicyIdsInput
@Stability(Stable) @Nullable public Object getPolicyIdsInput()
-
getInternalValue
@Stability(Stable) @Nullable public PrivatecaCertificateTemplatePredefinedValues getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable PrivatecaCertificateTemplatePredefinedValues value)
-
-