Class AlbListenerDefaultActionRedirectOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.alb_listener.AlbListenerDefaultActionRedirectOutputReference
-
- 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:50.074Z") @Stability(Stable) public class AlbListenerDefaultActionRedirectOutputReference 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 AlbListenerDefaultActionRedirectOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedAlbListenerDefaultActionRedirectOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAlbListenerDefaultActionRedirectOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHost()StringgetHostInput()AlbListenerDefaultActionRedirectgetInternalValue()StringgetPath()StringgetPathInput()StringgetPort()StringgetPortInput()StringgetProtocol()StringgetProtocolInput()StringgetQuery()StringgetQueryInput()StringgetStatusCode()StringgetStatusCodeInput()voidresetHost()voidresetPath()voidresetPort()voidresetProtocol()voidresetQuery()voidsetHost(String value)voidsetInternalValue(AlbListenerDefaultActionRedirect value)voidsetPath(String value)voidsetPort(String value)voidsetProtocol(String value)voidsetQuery(String value)voidsetStatusCode(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
-
AlbListenerDefaultActionRedirectOutputReference
protected AlbListenerDefaultActionRedirectOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
AlbListenerDefaultActionRedirectOutputReference
protected AlbListenerDefaultActionRedirectOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
AlbListenerDefaultActionRedirectOutputReference
@Stability(Stable) public AlbListenerDefaultActionRedirectOutputReference(@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
-
resetHost
@Stability(Stable) public void resetHost()
-
resetPath
@Stability(Stable) public void resetPath()
-
resetPort
@Stability(Stable) public void resetPort()
-
resetProtocol
@Stability(Stable) public void resetProtocol()
-
resetQuery
@Stability(Stable) public void resetQuery()
-
getHostInput
@Stability(Stable) @Nullable public String getHostInput()
-
getPathInput
@Stability(Stable) @Nullable public String getPathInput()
-
getPortInput
@Stability(Stable) @Nullable public String getPortInput()
-
getProtocolInput
@Stability(Stable) @Nullable public String getProtocolInput()
-
getQueryInput
@Stability(Stable) @Nullable public String getQueryInput()
-
getStatusCodeInput
@Stability(Stable) @Nullable public String getStatusCodeInput()
-
getHost
@Stability(Stable) @NotNull public String getHost()
-
setHost
@Stability(Stable) public void setHost(@NotNull String value)
-
getPath
@Stability(Stable) @NotNull public String getPath()
-
setPath
@Stability(Stable) public void setPath(@NotNull String value)
-
getPort
@Stability(Stable) @NotNull public String getPort()
-
setPort
@Stability(Stable) public void setPort(@NotNull String value)
-
getProtocol
@Stability(Stable) @NotNull public String getProtocol()
-
setProtocol
@Stability(Stable) public void setProtocol(@NotNull String value)
-
getQuery
@Stability(Stable) @NotNull public String getQuery()
-
setQuery
@Stability(Stable) public void setQuery(@NotNull String value)
-
getStatusCode
@Stability(Stable) @NotNull public String getStatusCode()
-
setStatusCode
@Stability(Stable) public void setStatusCode(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public AlbListenerDefaultActionRedirect getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable AlbListenerDefaultActionRedirect value)
-
-