Class: Aws::AppSync::Types::CreateFunctionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

The GraphQL API ID.

Returns:

  • (String)


1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1022

class CreateFunctionRequest < Struct.new(
  :api_id,
  :name,
  :description,
  :data_source_name,
  :request_mapping_template,
  :response_mapping_template,
  :function_version,
  :sync_config,
  :max_batch_size,
  :runtime,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#codeString

The function code that contains the request and response functions. When code is used, the runtime is required. The runtime value must be APPSYNC_JS.

Returns:

  • (String)


1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1022

class CreateFunctionRequest < Struct.new(
  :api_id,
  :name,
  :description,
  :data_source_name,
  :request_mapping_template,
  :response_mapping_template,
  :function_version,
  :sync_config,
  :max_batch_size,
  :runtime,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#data_source_nameString

The Function DataSource name.

Returns:

  • (String)


1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1022

class CreateFunctionRequest < Struct.new(
  :api_id,
  :name,
  :description,
  :data_source_name,
  :request_mapping_template,
  :response_mapping_template,
  :function_version,
  :sync_config,
  :max_batch_size,
  :runtime,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The Function description.

Returns:

  • (String)


1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1022

class CreateFunctionRequest < Struct.new(
  :api_id,
  :name,
  :description,
  :data_source_name,
  :request_mapping_template,
  :response_mapping_template,
  :function_version,
  :sync_config,
  :max_batch_size,
  :runtime,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#function_versionString

The version of the request mapping template. Currently, the supported value is 2018-05-29. Note that when using VTL and mapping templates, the functionVersion is required.

Returns:

  • (String)


1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1022

class CreateFunctionRequest < Struct.new(
  :api_id,
  :name,
  :description,
  :data_source_name,
  :request_mapping_template,
  :response_mapping_template,
  :function_version,
  :sync_config,
  :max_batch_size,
  :runtime,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#max_batch_sizeInteger

The maximum batching size for a resolver.

Returns:

  • (Integer)


1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1022

class CreateFunctionRequest < Struct.new(
  :api_id,
  :name,
  :description,
  :data_source_name,
  :request_mapping_template,
  :response_mapping_template,
  :function_version,
  :sync_config,
  :max_batch_size,
  :runtime,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The Function name. The function name does not have to be unique.

Returns:

  • (String)


1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1022

class CreateFunctionRequest < Struct.new(
  :api_id,
  :name,
  :description,
  :data_source_name,
  :request_mapping_template,
  :response_mapping_template,
  :function_version,
  :sync_config,
  :max_batch_size,
  :runtime,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#request_mapping_templateString

The Function request mapping template. Functions support only the 2018-05-29 version of the request mapping template.

Returns:

  • (String)


1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1022

class CreateFunctionRequest < Struct.new(
  :api_id,
  :name,
  :description,
  :data_source_name,
  :request_mapping_template,
  :response_mapping_template,
  :function_version,
  :sync_config,
  :max_batch_size,
  :runtime,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#response_mapping_templateString

The Function response mapping template.

Returns:

  • (String)


1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1022

class CreateFunctionRequest < Struct.new(
  :api_id,
  :name,
  :description,
  :data_source_name,
  :request_mapping_template,
  :response_mapping_template,
  :function_version,
  :sync_config,
  :max_batch_size,
  :runtime,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#runtimeTypes::AppSyncRuntime

Describes a runtime used by an Amazon Web Services AppSync pipeline resolver or Amazon Web Services AppSync function. Specifies the name and version of the runtime to use. Note that if a runtime is specified, code must also be specified.



1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1022

class CreateFunctionRequest < Struct.new(
  :api_id,
  :name,
  :description,
  :data_source_name,
  :request_mapping_template,
  :response_mapping_template,
  :function_version,
  :sync_config,
  :max_batch_size,
  :runtime,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#sync_configTypes::SyncConfig

Describes a Sync configuration for a resolver.

Specifies which Conflict Detection strategy and Resolution strategy to use when the resolver is invoked.

Returns:



1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1022

class CreateFunctionRequest < Struct.new(
  :api_id,
  :name,
  :description,
  :data_source_name,
  :request_mapping_template,
  :response_mapping_template,
  :function_version,
  :sync_config,
  :max_batch_size,
  :runtime,
  :code)
  SENSITIVE = []
  include Aws::Structure
end