Class CfnWebAppProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWebAppProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebAppProps
CfnWebAppProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.transfer.CfnWebAppProps
CfnWebAppProps.Builder, CfnWebAppProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnWebAppProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWebAppProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringTheAccessEndpointis the URL that you provide to your users for them to interact with the Transfer Family web app.final ObjectYou can provide a structure that contains the details for the identity provider to use with your web app.getTags()Key-value pairs that can be used to group and search for web apps.final ObjectA structure that contains the customization fields for the web app.final StringSetting for the type of endpoint policy for the web app.final ObjectA union that contains the value for number of concurrent connections or the user sessions on your web app.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnWebAppProps.Builder.
-
-
Method Details
-
getIdentityProviderDetails
Description copied from interface:CfnWebAppPropsYou can provide a structure that contains the details for the identity provider to use with your web app.For more details about this parameter, see Configure your identity provider for Transfer Family web apps .
Returns union: either
IResolvableorCfnWebApp.IdentityProviderDetailsProperty- Specified by:
getIdentityProviderDetailsin interfaceCfnWebAppProps- See Also:
-
getAccessEndpoint
Description copied from interface:CfnWebAppPropsTheAccessEndpointis the URL that you provide to your users for them to interact with the Transfer Family web app.You can specify a custom URL or use the default value.
Before you enter a custom URL for this parameter, follow the steps described in Update your access endpoint with a custom URL .
- Specified by:
getAccessEndpointin interfaceCfnWebAppProps- See Also:
-
getTags
Description copied from interface:CfnWebAppPropsKey-value pairs that can be used to group and search for web apps.Tags are metadata attached to web apps for any purpose.
- Specified by:
getTagsin interfaceCfnWebAppProps- See Also:
-
getWebAppCustomization
Description copied from interface:CfnWebAppPropsA structure that contains the customization fields for the web app.You can provide a title, logo, and icon to customize the appearance of your web app.
Returns union: either
IResolvableorCfnWebApp.WebAppCustomizationProperty- Specified by:
getWebAppCustomizationin interfaceCfnWebAppProps- See Also:
-
getWebAppEndpointPolicy
Description copied from interface:CfnWebAppPropsSetting for the type of endpoint policy for the web app. The default value isSTANDARD.If your web app was created in an AWS GovCloud (US) Region , the value of this parameter can be
FIPS, which indicates the web app endpoint is FIPS-compliant.- Specified by:
getWebAppEndpointPolicyin interfaceCfnWebAppProps- See Also:
-
getWebAppUnits
Description copied from interface:CfnWebAppPropsA union that contains the value for number of concurrent connections or the user sessions on your web app.Returns union: either
IResolvableorCfnWebApp.WebAppUnitsProperty- Specified by:
getWebAppUnitsin interfaceCfnWebAppProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-