Class CfnWebAppMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWebAppMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebAppMixinProps
CfnWebAppMixinProps-
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.cfnpropertymixins.services.transfer.CfnWebAppMixinProps
CfnWebAppMixinProps.Builder, CfnWebAppMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnWebAppMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWebAppMixinProps.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 ObjectReturns union: eitherIResolvableorCfnWebAppPropsMixin.EndpointDetailsPropertyfinal 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 theCfnWebAppMixinProps.Builder.
-
-
Method Details
-
getAccessEndpoint
Description copied from interface:CfnWebAppMixinPropsTheAccessEndpointis 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 interfaceCfnWebAppMixinProps- See Also:
-
getEndpointDetails
Description copied from interface:CfnWebAppMixinPropsReturns union: eitherIResolvableorCfnWebAppPropsMixin.EndpointDetailsProperty- Specified by:
getEndpointDetailsin interfaceCfnWebAppMixinProps- See Also:
-
getIdentityProviderDetails
Description copied from interface:CfnWebAppMixinPropsYou 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
IResolvableorCfnWebAppPropsMixin.IdentityProviderDetailsProperty- Specified by:
getIdentityProviderDetailsin interfaceCfnWebAppMixinProps- See Also:
-
getTags
Description copied from interface:CfnWebAppMixinPropsKey-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 interfaceCfnWebAppMixinProps- See Also:
-
getWebAppCustomization
Description copied from interface:CfnWebAppMixinPropsA 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
IResolvableorCfnWebAppPropsMixin.WebAppCustomizationProperty- Specified by:
getWebAppCustomizationin interfaceCfnWebAppMixinProps- See Also:
-
getWebAppEndpointPolicy
Description copied from interface:CfnWebAppMixinPropsSetting 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 interfaceCfnWebAppMixinProps- See Also:
-
getWebAppUnits
Description copied from interface:CfnWebAppMixinPropsA union that contains the value for number of concurrent connections or the user sessions on your web app.Returns union: either
IResolvableorCfnWebAppPropsMixin.WebAppUnitsProperty- Specified by:
getWebAppUnitsin interfaceCfnWebAppMixinProps- 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()
-