Class DeploymentManagerDeploymentTargetOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.deployment_manager_deployment.DeploymentManagerDeploymentTargetOutputReference
-
- 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:20.911Z") @Stability(Stable) public class DeploymentManagerDeploymentTargetOutputReference 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 DeploymentManagerDeploymentTargetOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDeploymentManagerDeploymentTargetOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDeploymentManagerDeploymentTargetOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentManagerDeploymentTargetConfigOutputReferencegetConfig()DeploymentManagerDeploymentTargetConfiggetConfigInput()DeploymentManagerDeploymentTargetImportsListgetImports()ObjectgetImportsInput()DeploymentManagerDeploymentTargetgetInternalValue()voidputConfig(DeploymentManagerDeploymentTargetConfig value)voidputImports(Object value)voidresetImports()voidsetInternalValue(DeploymentManagerDeploymentTarget 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
-
DeploymentManagerDeploymentTargetOutputReference
protected DeploymentManagerDeploymentTargetOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DeploymentManagerDeploymentTargetOutputReference
protected DeploymentManagerDeploymentTargetOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DeploymentManagerDeploymentTargetOutputReference
@Stability(Stable) public DeploymentManagerDeploymentTargetOutputReference(@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
-
putConfig
@Stability(Stable) public void putConfig(@NotNull DeploymentManagerDeploymentTargetConfig value)- Parameters:
value- This parameter is required.
-
putImports
@Stability(Stable) public void putImports(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetImports
@Stability(Stable) public void resetImports()
-
getConfig
@Stability(Stable) @NotNull public DeploymentManagerDeploymentTargetConfigOutputReference getConfig()
-
getImports
@Stability(Stable) @NotNull public DeploymentManagerDeploymentTargetImportsList getImports()
-
getConfigInput
@Stability(Stable) @Nullable public DeploymentManagerDeploymentTargetConfig getConfigInput()
-
getImportsInput
@Stability(Stable) @Nullable public Object getImportsInput()
-
getInternalValue
@Stability(Stable) @Nullable public DeploymentManagerDeploymentTarget getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DeploymentManagerDeploymentTarget value)
-
-