Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.appintegrations.CfnApplicationPropsMixin.Builder
Packages that use CfnApplicationPropsMixin.Builder
-
Uses of CfnApplicationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.appintegrations
Methods in software.amazon.awscdk.cfnpropertymixins.services.appintegrations that return CfnApplicationPropsMixin.BuilderModifier and TypeMethodDescriptionCfnApplicationPropsMixin.Builder.applicationConfig(CfnApplicationPropsMixin.ApplicationConfigProperty applicationConfig) CfnApplicationPropsMixin.Builder.applicationConfig(IResolvable applicationConfig) CfnApplicationPropsMixin.Builder.applicationSourceConfig(CfnApplicationPropsMixin.ApplicationSourceConfigProperty applicationSourceConfig) The configuration for where the application should be loaded from.CfnApplicationPropsMixin.Builder.applicationSourceConfig(IResolvable applicationSourceConfig) The configuration for where the application should be loaded from.CfnApplicationPropsMixin.Builder.create()CfnApplicationPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnApplicationPropsMixin.Builder.description(String description) The description of the application.CfnApplicationPropsMixin.Builder.iframeConfig(CfnApplicationPropsMixin.IframeConfigProperty iframeConfig) CfnApplicationPropsMixin.Builder.iframeConfig(IResolvable iframeConfig) CfnApplicationPropsMixin.Builder.initializationTimeout(Number initializationTimeout) The initialization timeout in milliseconds.Indicates whether the application is a service.CfnApplicationPropsMixin.Builder.isService(IResolvable isService) Indicates whether the application is a service.The name of the application.The namespace of the application.CfnApplicationPropsMixin.Builder.permissions(List<String> permissions) The configuration of events or requests that the application has access to.The tags used to organize, track, or control access for this resource.