Class: Aws::Types::CreateApplicationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_configurationTypes::ApplicationConfiguration

Returns the value of attribute application_configuration.



399
400
401
# File 'sig/types.rbs', line 399

def application_configuration
  @application_configuration
end

#application_description::String

Returns the value of attribute application_description.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def application_description
  @application_description
end

#application_mode"STREAMING", "INTERACTIVE"

Returns the value of attribute application_mode.

Returns:

  • ("STREAMING", "INTERACTIVE")


402
403
404
# File 'sig/types.rbs', line 402

def application_mode
  @application_mode
end

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


395
396
397
# File 'sig/types.rbs', line 395

def application_name
  @application_name
end

#cloud_watch_logging_options::Array[Types::CloudWatchLoggingOption]

Returns the value of attribute cloud_watch_logging_options.

Returns:



400
401
402
# File 'sig/types.rbs', line 400

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#runtime_environment"SQL-1_0", ...

Returns the value of attribute runtime_environment.

Returns:

  • ("SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", "FLINK-1_15", "ZEPPELIN-FLINK-3_0", "FLINK-1_18", "FLINK-1_19", "FLINK-1_20", "FLINK-2_2", "FLINK-2_3")


397
398
399
# File 'sig/types.rbs', line 397

def runtime_environment
  @runtime_environment
end

#service_execution_role::String

Returns the value of attribute service_execution_role.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def service_execution_role
  @service_execution_role
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



401
402
403
# File 'sig/types.rbs', line 401

def tags
  @tags
end