Class: Aws::AppSync::Types::CreateApiRequest

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

#event_configTypes::EventConfig

The Event API configuration. This includes the default authorization configuration for connecting, publishing, and subscribing to an Event API.

Returns:



1071
1072
1073
1074
1075
1076
1077
1078
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1071

class CreateApiRequest < Struct.new(
  :name,
  :owner_contact,
  :tags,
  :event_config)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name for the Api.

Returns:

  • (String)


1071
1072
1073
1074
1075
1076
1077
1078
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1071

class CreateApiRequest < Struct.new(
  :name,
  :owner_contact,
  :tags,
  :event_config)
  SENSITIVE = []
  include Aws::Structure
end

#owner_contactString

The owner contact information for the Api.

Returns:

  • (String)


1071
1072
1073
1074
1075
1076
1077
1078
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1071

class CreateApiRequest < Struct.new(
  :name,
  :owner_contact,
  :tags,
  :event_config)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A map with keys of TagKey objects and values of TagValue objects.

Returns:

  • (Hash<String,String>)


1071
1072
1073
1074
1075
1076
1077
1078
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1071

class CreateApiRequest < Struct.new(
  :name,
  :owner_contact,
  :tags,
  :event_config)
  SENSITIVE = []
  include Aws::Structure
end