Class PrivatecaCaPoolIssuancePolicyOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.privateca_ca_pool.PrivatecaCaPoolIssuancePolicyOutputReference
-
- 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.322Z") @Stability(Stable) public class PrivatecaCaPoolIssuancePolicyOutputReference 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 PrivatecaCaPoolIssuancePolicyOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedPrivatecaCaPoolIssuancePolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedPrivatecaCaPoolIssuancePolicyOutputReference(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
-
PrivatecaCaPoolIssuancePolicyOutputReference
protected PrivatecaCaPoolIssuancePolicyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
PrivatecaCaPoolIssuancePolicyOutputReference
protected PrivatecaCaPoolIssuancePolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
PrivatecaCaPoolIssuancePolicyOutputReference
@Stability(Stable) public PrivatecaCaPoolIssuancePolicyOutputReference(@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
-
putAllowedIssuanceModes
@Stability(Stable) public void putAllowedIssuanceModes(@NotNull PrivatecaCaPoolIssuancePolicyAllowedIssuanceModes value)- Parameters:
value- This parameter is required.
-
putAllowedKeyTypes
@Stability(Stable) public void putAllowedKeyTypes(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putBaselineValues
@Stability(Stable) public void putBaselineValues(@NotNull PrivatecaCaPoolIssuancePolicyBaselineValues value)- Parameters:
value- This parameter is required.
-
putIdentityConstraints
@Stability(Stable) public void putIdentityConstraints(@NotNull PrivatecaCaPoolIssuancePolicyIdentityConstraints value)- Parameters:
value- This parameter is required.
-
resetAllowedIssuanceModes
@Stability(Stable) public void resetAllowedIssuanceModes()
-
resetAllowedKeyTypes
@Stability(Stable) public void resetAllowedKeyTypes()
-
resetBaselineValues
@Stability(Stable) public void resetBaselineValues()
-
resetIdentityConstraints
@Stability(Stable) public void resetIdentityConstraints()
-
resetMaximumLifetime
@Stability(Stable) public void resetMaximumLifetime()
-
getAllowedIssuanceModes
@Stability(Stable) @NotNull public PrivatecaCaPoolIssuancePolicyAllowedIssuanceModesOutputReference getAllowedIssuanceModes()
-
getAllowedKeyTypes
@Stability(Stable) @NotNull public PrivatecaCaPoolIssuancePolicyAllowedKeyTypesList getAllowedKeyTypes()
-
getBaselineValues
@Stability(Stable) @NotNull public PrivatecaCaPoolIssuancePolicyBaselineValuesOutputReference getBaselineValues()
-
getIdentityConstraints
@Stability(Stable) @NotNull public PrivatecaCaPoolIssuancePolicyIdentityConstraintsOutputReference getIdentityConstraints()
-
getAllowedIssuanceModesInput
@Stability(Stable) @Nullable public PrivatecaCaPoolIssuancePolicyAllowedIssuanceModes getAllowedIssuanceModesInput()
-
getAllowedKeyTypesInput
@Stability(Stable) @Nullable public Object getAllowedKeyTypesInput()
-
getBaselineValuesInput
@Stability(Stable) @Nullable public PrivatecaCaPoolIssuancePolicyBaselineValues getBaselineValuesInput()
-
getIdentityConstraintsInput
@Stability(Stable) @Nullable public PrivatecaCaPoolIssuancePolicyIdentityConstraints getIdentityConstraintsInput()
-
getMaximumLifetimeInput
@Stability(Stable) @Nullable public String getMaximumLifetimeInput()
-
getMaximumLifetime
@Stability(Stable) @NotNull public String getMaximumLifetime()
-
setMaximumLifetime
@Stability(Stable) public void setMaximumLifetime(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public PrivatecaCaPoolIssuancePolicy getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable PrivatecaCaPoolIssuancePolicy value)
-
-