Class EksClusterVpcConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.eks_cluster.EksClusterVpcConfigOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.903Z") @Stability(Stable) public class EksClusterVpcConfigOutputReference 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 EksClusterVpcConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedEksClusterVpcConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedEksClusterVpcConfigOutputReference(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
-
EksClusterVpcConfigOutputReference
protected EksClusterVpcConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
EksClusterVpcConfigOutputReference
protected EksClusterVpcConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
EksClusterVpcConfigOutputReference
@Stability(Stable) public EksClusterVpcConfigOutputReference(@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
-
resetEndpointPrivateAccess
@Stability(Stable) public void resetEndpointPrivateAccess()
-
resetEndpointPublicAccess
@Stability(Stable) public void resetEndpointPublicAccess()
-
resetPublicAccessCidrs
@Stability(Stable) public void resetPublicAccessCidrs()
-
resetSecurityGroupIds
@Stability(Stable) public void resetSecurityGroupIds()
-
getClusterSecurityGroupId
@Stability(Stable) @NotNull public String getClusterSecurityGroupId()
-
getVpcId
@Stability(Stable) @NotNull public String getVpcId()
-
getEndpointPrivateAccessInput
@Stability(Stable) @Nullable public Object getEndpointPrivateAccessInput()
-
getEndpointPublicAccessInput
@Stability(Stable) @Nullable public Object getEndpointPublicAccessInput()
-
getPublicAccessCidrsInput
@Stability(Stable) @Nullable public List<String> getPublicAccessCidrsInput()
-
getSecurityGroupIdsInput
@Stability(Stable) @Nullable public List<String> getSecurityGroupIdsInput()
-
getEndpointPrivateAccess
@Stability(Stable) @NotNull public Object getEndpointPrivateAccess()
-
setEndpointPrivateAccess
@Stability(Stable) public void setEndpointPrivateAccess(@NotNull Boolean value)
-
setEndpointPrivateAccess
@Stability(Stable) public void setEndpointPrivateAccess(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getEndpointPublicAccess
@Stability(Stable) @NotNull public Object getEndpointPublicAccess()
-
setEndpointPublicAccess
@Stability(Stable) public void setEndpointPublicAccess(@NotNull Boolean value)
-
setEndpointPublicAccess
@Stability(Stable) public void setEndpointPublicAccess(@NotNull com.hashicorp.cdktf.IResolvable value)
-
setPublicAccessCidrs
@Stability(Stable) public void setPublicAccessCidrs(@NotNull List<String> value)
-
setSecurityGroupIds
@Stability(Stable) public void setSecurityGroupIds(@NotNull List<String> value)
-
getInternalValue
@Stability(Stable) @Nullable public EksClusterVpcConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable EksClusterVpcConfig value)
-
-