Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.opsworks.CfnAppPropsMixin.Builder
Packages that use CfnAppPropsMixin.Builder
-
Uses of CfnAppPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.opsworks
Methods in software.amazon.awscdk.cfnpropertymixins.services.opsworks that return CfnAppPropsMixin.BuilderModifier and TypeMethodDescriptionCfnAppPropsMixin.Builder.appSource(CfnAppPropsMixin.SourceProperty appSource) ASourceobject that specifies the app repository.CfnAppPropsMixin.Builder.appSource(IResolvable appSource) ASourceobject that specifies the app repository.CfnAppPropsMixin.Builder.attributes(Map<String, String> attributes) One or more user-defined key/value pairs to be added to the stack attributes.CfnAppPropsMixin.Builder.attributes(IResolvable attributes) One or more user-defined key/value pairs to be added to the stack attributes.static CfnAppPropsMixin.BuilderCfnAppPropsMixin.Builder.create()static CfnAppPropsMixin.BuilderCfnAppPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnAppPropsMixin.Builder.dataSources(List<? extends Object> dataSources) The app's data source.CfnAppPropsMixin.Builder.dataSources(IResolvable dataSources) The app's data source.CfnAppPropsMixin.Builder.description(String description) A description of the app.The app virtual host settings, with multiple domains separated by commas.Whether to enable SSL for the app.CfnAppPropsMixin.Builder.enableSsl(IResolvable enableSsl) Whether to enable SSL for the app.CfnAppPropsMixin.Builder.environment(List<? extends Object> environment) An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.CfnAppPropsMixin.Builder.environment(IResolvable environment) An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.The app name.The app's short name.CfnAppPropsMixin.Builder.sslConfiguration(CfnAppPropsMixin.SslConfigurationProperty sslConfiguration) AnSslConfigurationobject with the SSL configuration.CfnAppPropsMixin.Builder.sslConfiguration(IResolvable sslConfiguration) AnSslConfigurationobject with the SSL configuration.The stack ID.The app type.