Class ContainerAwsNodePoolConfigAOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.container_aws_node_pool.ContainerAwsNodePoolConfigAOutputReference
-
- 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:19.164Z") @Stability(Stable) public class ContainerAwsNodePoolConfigAOutputReference 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 ContainerAwsNodePoolConfigAOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedContainerAwsNodePoolConfigAOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedContainerAwsNodePoolConfigAOutputReference(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
-
ContainerAwsNodePoolConfigAOutputReference
protected ContainerAwsNodePoolConfigAOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ContainerAwsNodePoolConfigAOutputReference
protected ContainerAwsNodePoolConfigAOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ContainerAwsNodePoolConfigAOutputReference
@Stability(Stable) public ContainerAwsNodePoolConfigAOutputReference(@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
-
putAutoscalingMetricsCollection
@Stability(Stable) public void putAutoscalingMetricsCollection(@NotNull ContainerAwsNodePoolConfigAutoscalingMetricsCollection value)- Parameters:
value- This parameter is required.
-
putConfigEncryption
@Stability(Stable) public void putConfigEncryption(@NotNull ContainerAwsNodePoolConfigConfigEncryption value)- Parameters:
value- This parameter is required.
-
putProxyConfig
@Stability(Stable) public void putProxyConfig(@NotNull ContainerAwsNodePoolConfigProxyConfig value)- Parameters:
value- This parameter is required.
-
putRootVolume
@Stability(Stable) public void putRootVolume(@NotNull ContainerAwsNodePoolConfigRootVolume value)- Parameters:
value- This parameter is required.
-
putSshConfig
@Stability(Stable) public void putSshConfig(@NotNull ContainerAwsNodePoolConfigSshConfig value)- Parameters:
value- This parameter is required.
-
putTaints
@Stability(Stable) public void putTaints(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetAutoscalingMetricsCollection
@Stability(Stable) public void resetAutoscalingMetricsCollection()
-
resetInstanceType
@Stability(Stable) public void resetInstanceType()
-
resetLabels
@Stability(Stable) public void resetLabels()
-
resetProxyConfig
@Stability(Stable) public void resetProxyConfig()
-
resetRootVolume
@Stability(Stable) public void resetRootVolume()
-
resetSecurityGroupIds
@Stability(Stable) public void resetSecurityGroupIds()
-
resetSshConfig
@Stability(Stable) public void resetSshConfig()
-
resetTags
@Stability(Stable) public void resetTags()
-
resetTaints
@Stability(Stable) public void resetTaints()
-
getAutoscalingMetricsCollection
@Stability(Stable) @NotNull public ContainerAwsNodePoolConfigAutoscalingMetricsCollectionOutputReference getAutoscalingMetricsCollection()
-
getConfigEncryption
@Stability(Stable) @NotNull public ContainerAwsNodePoolConfigConfigEncryptionOutputReference getConfigEncryption()
-
getProxyConfig
@Stability(Stable) @NotNull public ContainerAwsNodePoolConfigProxyConfigOutputReference getProxyConfig()
-
getRootVolume
@Stability(Stable) @NotNull public ContainerAwsNodePoolConfigRootVolumeOutputReference getRootVolume()
-
getSshConfig
@Stability(Stable) @NotNull public ContainerAwsNodePoolConfigSshConfigOutputReference getSshConfig()
-
getTaints
@Stability(Stable) @NotNull public ContainerAwsNodePoolConfigTaintsList getTaints()
-
getAutoscalingMetricsCollectionInput
@Stability(Stable) @Nullable public ContainerAwsNodePoolConfigAutoscalingMetricsCollection getAutoscalingMetricsCollectionInput()
-
getConfigEncryptionInput
@Stability(Stable) @Nullable public ContainerAwsNodePoolConfigConfigEncryption getConfigEncryptionInput()
-
getIamInstanceProfileInput
@Stability(Stable) @Nullable public String getIamInstanceProfileInput()
-
getInstanceTypeInput
@Stability(Stable) @Nullable public String getInstanceTypeInput()
-
getProxyConfigInput
@Stability(Stable) @Nullable public ContainerAwsNodePoolConfigProxyConfig getProxyConfigInput()
-
getRootVolumeInput
@Stability(Stable) @Nullable public ContainerAwsNodePoolConfigRootVolume getRootVolumeInput()
-
getSecurityGroupIdsInput
@Stability(Stable) @Nullable public List<String> getSecurityGroupIdsInput()
-
getSshConfigInput
@Stability(Stable) @Nullable public ContainerAwsNodePoolConfigSshConfig getSshConfigInput()
-
getTaintsInput
@Stability(Stable) @Nullable public Object getTaintsInput()
-
getIamInstanceProfile
@Stability(Stable) @NotNull public String getIamInstanceProfile()
-
setIamInstanceProfile
@Stability(Stable) public void setIamInstanceProfile(@NotNull String value)
-
getInstanceType
@Stability(Stable) @NotNull public String getInstanceType()
-
setInstanceType
@Stability(Stable) public void setInstanceType(@NotNull String value)
-
setSecurityGroupIds
@Stability(Stable) public void setSecurityGroupIds(@NotNull List<String> value)
-
getInternalValue
@Stability(Stable) @Nullable public ContainerAwsNodePoolConfigA getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ContainerAwsNodePoolConfigA value)
-
-