Class AppEngineFlexibleAppVersionApiConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.app_engine_flexible_app_version.AppEngineFlexibleAppVersionApiConfigOutputReference
-
- 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:17.442Z") @Stability(Stable) public class AppEngineFlexibleAppVersionApiConfigOutputReference 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 AppEngineFlexibleAppVersionApiConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedAppEngineFlexibleAppVersionApiConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAppEngineFlexibleAppVersionApiConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthFailAction()StringgetAuthFailActionInput()AppEngineFlexibleAppVersionApiConfiggetInternalValue()StringgetLogin()StringgetLoginInput()StringgetScript()StringgetScriptInput()StringgetSecurityLevel()StringgetSecurityLevelInput()StringgetUrl()StringgetUrlInput()voidresetAuthFailAction()voidresetLogin()voidresetSecurityLevel()voidresetUrl()voidsetAuthFailAction(String value)voidsetInternalValue(AppEngineFlexibleAppVersionApiConfig value)voidsetLogin(String value)voidsetScript(String value)voidsetSecurityLevel(String value)voidsetUrl(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
-
AppEngineFlexibleAppVersionApiConfigOutputReference
protected AppEngineFlexibleAppVersionApiConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
AppEngineFlexibleAppVersionApiConfigOutputReference
protected AppEngineFlexibleAppVersionApiConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
AppEngineFlexibleAppVersionApiConfigOutputReference
@Stability(Stable) public AppEngineFlexibleAppVersionApiConfigOutputReference(@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
-
resetAuthFailAction
@Stability(Stable) public void resetAuthFailAction()
-
resetLogin
@Stability(Stable) public void resetLogin()
-
resetSecurityLevel
@Stability(Stable) public void resetSecurityLevel()
-
resetUrl
@Stability(Stable) public void resetUrl()
-
getAuthFailActionInput
@Stability(Stable) @Nullable public String getAuthFailActionInput()
-
getLoginInput
@Stability(Stable) @Nullable public String getLoginInput()
-
getScriptInput
@Stability(Stable) @Nullable public String getScriptInput()
-
getSecurityLevelInput
@Stability(Stable) @Nullable public String getSecurityLevelInput()
-
getUrlInput
@Stability(Stable) @Nullable public String getUrlInput()
-
getAuthFailAction
@Stability(Stable) @NotNull public String getAuthFailAction()
-
setAuthFailAction
@Stability(Stable) public void setAuthFailAction(@NotNull String value)
-
getLogin
@Stability(Stable) @NotNull public String getLogin()
-
setLogin
@Stability(Stable) public void setLogin(@NotNull String value)
-
getScript
@Stability(Stable) @NotNull public String getScript()
-
setScript
@Stability(Stable) public void setScript(@NotNull String value)
-
getSecurityLevel
@Stability(Stable) @NotNull public String getSecurityLevel()
-
setSecurityLevel
@Stability(Stable) public void setSecurityLevel(@NotNull String value)
-
getUrl
@Stability(Stable) @NotNull public String getUrl()
-
setUrl
@Stability(Stable) public void setUrl(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public AppEngineFlexibleAppVersionApiConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable AppEngineFlexibleAppVersionApiConfig value)
-
-