Class SecurityGroupEgressOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.security_group.SecurityGroupEgressOutputReference
-
- 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:55.017Z") @Stability(Stable) public class SecurityGroupEgressOutputReference 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 SecurityGroupEgressOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute, Number complexObjectIndex, Boolean complexObjectIsFromSet)protectedSecurityGroupEgressOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedSecurityGroupEgressOutputReference(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
-
SecurityGroupEgressOutputReference
protected SecurityGroupEgressOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
SecurityGroupEgressOutputReference
protected SecurityGroupEgressOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
SecurityGroupEgressOutputReference
@Stability(Stable) public SecurityGroupEgressOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute, @NotNull Number complexObjectIndex, @NotNull Boolean complexObjectIsFromSet)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.complexObjectIndex- the index of this item in the list. This parameter is required.complexObjectIsFromSet- whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
-
-
Method Detail
-
resetCidrBlocks
@Stability(Stable) public void resetCidrBlocks()
-
resetDescription
@Stability(Stable) public void resetDescription()
-
resetFromPort
@Stability(Stable) public void resetFromPort()
-
resetIpv6CidrBlocks
@Stability(Stable) public void resetIpv6CidrBlocks()
-
resetPrefixListIds
@Stability(Stable) public void resetPrefixListIds()
-
resetProtocol
@Stability(Stable) public void resetProtocol()
-
resetSecurityGroups
@Stability(Stable) public void resetSecurityGroups()
-
resetSelfAttribute
@Stability(Stable) public void resetSelfAttribute()
-
resetToPort
@Stability(Stable) public void resetToPort()
-
getDescriptionInput
@Stability(Stable) @Nullable public String getDescriptionInput()
-
getFromPortInput
@Stability(Stable) @Nullable public Number getFromPortInput()
-
getProtocolInput
@Stability(Stable) @Nullable public String getProtocolInput()
-
getSelfAttributeInput
@Stability(Stable) @Nullable public Object getSelfAttributeInput()
-
getToPortInput
@Stability(Stable) @Nullable public Number getToPortInput()
-
getDescription
@Stability(Stable) @NotNull public String getDescription()
-
setDescription
@Stability(Stable) public void setDescription(@NotNull String value)
-
getFromPort
@Stability(Stable) @NotNull public Number getFromPort()
-
setFromPort
@Stability(Stable) public void setFromPort(@NotNull Number value)
-
getProtocol
@Stability(Stable) @NotNull public String getProtocol()
-
setProtocol
@Stability(Stable) public void setProtocol(@NotNull String value)
-
getSelfAttribute
@Stability(Stable) @NotNull public Object getSelfAttribute()
-
setSelfAttribute
@Stability(Stable) public void setSelfAttribute(@NotNull Boolean value)
-
setSelfAttribute
@Stability(Stable) public void setSelfAttribute(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getToPort
@Stability(Stable) @NotNull public Number getToPort()
-
setToPort
@Stability(Stable) public void setToPort(@NotNull Number value)
-
getInternalValue
@Stability(Stable) @Nullable public Object getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable com.hashicorp.cdktf.IResolvable value)
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable SecurityGroupEgress value)
-
-