Method: Aws::OpsWorks::Types::CreateAppRequest#domains

Defined in:
lib/aws-sdk-opsworks/types.rb

#domainsArray<String>

The app virtual host settings, with multiple domains separated by commas. For example: ‘’www.example.com, example.com’‘

Returns:

  • (Array<String>)


997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
# File 'lib/aws-sdk-opsworks/types.rb', line 997

class CreateAppRequest < Struct.new(
  :stack_id,
  :shortname,
  :name,
  :description,
  :data_sources,
  :type,
  :app_source,
  :domains,
  :enable_ssl,
  :ssl_configuration,
  :attributes,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end