Class DnsManagedZoneDnssecConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.dns_managed_zone.DnsManagedZoneDnssecConfigOutputReference
-
- 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.063Z") @Stability(Stable) public class DnsManagedZoneDnssecConfigOutputReference 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 DnsManagedZoneDnssecConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDnsManagedZoneDnssecConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDnsManagedZoneDnssecConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DnsManagedZoneDnssecConfigDefaultKeySpecsListgetDefaultKeySpecs()ObjectgetDefaultKeySpecsInput()DnsManagedZoneDnssecConfiggetInternalValue()StringgetKind()StringgetKindInput()StringgetNonExistence()StringgetNonExistenceInput()StringgetState()StringgetStateInput()voidputDefaultKeySpecs(Object value)voidresetDefaultKeySpecs()voidresetKind()voidresetNonExistence()voidresetState()voidsetInternalValue(DnsManagedZoneDnssecConfig value)voidsetKind(String value)voidsetNonExistence(String value)voidsetState(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
-
DnsManagedZoneDnssecConfigOutputReference
protected DnsManagedZoneDnssecConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DnsManagedZoneDnssecConfigOutputReference
protected DnsManagedZoneDnssecConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DnsManagedZoneDnssecConfigOutputReference
@Stability(Stable) public DnsManagedZoneDnssecConfigOutputReference(@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
-
putDefaultKeySpecs
@Stability(Stable) public void putDefaultKeySpecs(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetDefaultKeySpecs
@Stability(Stable) public void resetDefaultKeySpecs()
-
resetKind
@Stability(Stable) public void resetKind()
-
resetNonExistence
@Stability(Stable) public void resetNonExistence()
-
resetState
@Stability(Stable) public void resetState()
-
getDefaultKeySpecs
@Stability(Stable) @NotNull public DnsManagedZoneDnssecConfigDefaultKeySpecsList getDefaultKeySpecs()
-
getDefaultKeySpecsInput
@Stability(Stable) @Nullable public Object getDefaultKeySpecsInput()
-
getKindInput
@Stability(Stable) @Nullable public String getKindInput()
-
getNonExistenceInput
@Stability(Stable) @Nullable public String getNonExistenceInput()
-
getStateInput
@Stability(Stable) @Nullable public String getStateInput()
-
getKind
@Stability(Stable) @NotNull public String getKind()
-
setKind
@Stability(Stable) public void setKind(@NotNull String value)
-
getNonExistence
@Stability(Stable) @NotNull public String getNonExistence()
-
setNonExistence
@Stability(Stable) public void setNonExistence(@NotNull String value)
-
getState
@Stability(Stable) @NotNull public String getState()
-
setState
@Stability(Stable) public void setState(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public DnsManagedZoneDnssecConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DnsManagedZoneDnssecConfig value)
-
-