Class CfnWebAppPropsMixin
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.Mixin
software.amazon.awscdk.cfnpropertymixins.services.transfer.CfnWebAppPropsMixin
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IMixin
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:05.900Z")
@Stability(Stable)
public class CfnWebAppPropsMixin
extends Mixin
implements software.constructs.IMixin
Creates a web app based on specified parameters, and returns the ID for the new web app.
You can configure the web app to be publicly accessible or hosted within a VPC.
For more information about using VPC endpoints with AWS Transfer Family , see Create a Transfer Family web app in a VPC .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.transfer.*;
import software.amazon.awscdk.*;
IMergeStrategy mergeStrategy;
CfnWebAppPropsMixin cfnWebAppPropsMixin = CfnWebAppPropsMixin.Builder.create(CfnWebAppMixinProps.builder()
.accessEndpoint("accessEndpoint")
.endpointDetails(EndpointDetailsProperty.builder()
.vpc(VpcProperty.builder()
.securityGroupIds(List.of("securityGroupIds"))
.subnetIds(List.of("subnetIds"))
.vpcId("vpcId")
.build())
.build())
.identityProviderDetails(IdentityProviderDetailsProperty.builder()
.applicationArn("applicationArn")
.instanceArn("instanceArn")
.role("role")
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.webAppCustomization(WebAppCustomizationProperty.builder()
.faviconFile("faviconFile")
.logoFile("logoFile")
.title("title")
.build())
.webAppEndpointPolicy("webAppEndpointPolicy")
.webAppUnits(WebAppUnitsProperty.builder()
.provisioned(123)
.build())
.build())
.strategy(mergeStrategy)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnWebAppPropsMixin.static interfaceExample:static interfaceA structure that describes the values to use for the SSO settings when you create or update a web app.static interfaceYou can provide a structure that contains the details for the VPC endpoint to use with your web app.static interfaceA structure that contains the customization fields for the web app.static interfaceContains an integer value that represents the value for number of concurrent connections or the user sessions on your web app.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IMixin
software.constructs.IMixin.Jsii$Default, software.constructs.IMixin.Jsii$Proxy -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionCreate a mixin to apply properties toAWS::Transfer::WebApp.CfnWebAppPropsMixin(CfnWebAppMixinProps props, CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::Transfer::WebApp.protectedCfnWebAppPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnWebAppPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyTo(software.constructs.IConstruct construct) Apply the mixin properties to the construct.protected CfnWebAppMixinPropsgetProps()protected IMergeStrategysupports(software.constructs.IConstruct construct) Check if this mixin supports the given construct.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_PROPERTY_KEYS
-
-
Constructor Details
-
CfnWebAppPropsMixin
protected CfnWebAppPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
CfnWebAppPropsMixin
protected CfnWebAppPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnWebAppPropsMixin
@Stability(Stable) public CfnWebAppPropsMixin(@NotNull CfnWebAppMixinProps props, @Nullable CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::Transfer::WebApp.- Parameters:
props- L1 properties to apply. This parameter is required.options- Mixin options.
-
CfnWebAppPropsMixin
Create a mixin to apply properties toAWS::Transfer::WebApp.- Parameters:
props- L1 properties to apply. This parameter is required.
-
-
Method Details
-
applyTo
@Stability(Stable) public void applyTo(@NotNull software.constructs.IConstruct construct) Apply the mixin properties to the construct. -
supports
@Stability(Stable) @NotNull public Boolean supports(@NotNull software.constructs.IConstruct construct) Check if this mixin supports the given construct. -
getProps
-
getStrategy
-