Uses of Class
software.amazon.awscdk.services.opsworks.CfnApp.Builder
Packages that use CfnApp.Builder
-
Uses of CfnApp.Builder in software.amazon.awscdk.services.opsworks
Methods in software.amazon.awscdk.services.opsworks that return CfnApp.BuilderModifier and TypeMethodDescriptionCfnApp.Builder.appSource(IResolvable appSource) ASourceobject that specifies the app repository.CfnApp.Builder.appSource(CfnApp.SourceProperty appSource) ASourceobject that specifies the app repository.CfnApp.Builder.attributes(Map<String, String> attributes) One or more user-defined key/value pairs to be added to the stack attributes.CfnApp.Builder.attributes(IResolvable attributes) One or more user-defined key/value pairs to be added to the stack attributes.static CfnApp.BuilderCfnApp.Builder.dataSources(List<? extends Object> dataSources) The app's data source.CfnApp.Builder.dataSources(IResolvable dataSources) The app's data source.CfnApp.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.CfnApp.Builder.enableSsl(IResolvable enableSsl) Whether to enable SSL for the app.CfnApp.Builder.environment(List<? extends Object> environment) An array ofEnvironmentVariableobjects that specify environment variables to be associated with the app.CfnApp.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.CfnApp.Builder.sslConfiguration(IResolvable sslConfiguration) AnSslConfigurationobject with the SSL configuration.CfnApp.Builder.sslConfiguration(CfnApp.SslConfigurationProperty sslConfiguration) AnSslConfigurationobject with the SSL configuration.The stack ID.The app type.