Class: Aws::AppSync::Types::CreateApiRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::CreateApiRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appsync/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #event_config  ⇒ Types::EventConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Event API configuration.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name for the ‘Api`.
 - 
  
    
      #owner_contact  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The owner contact information for the ‘Api`.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A map with keys of ‘TagKey` objects and values of `TagValue` objects.
 
Instance Attribute Details
#event_config ⇒ Types::EventConfig
The Event API configuration. This includes the default authorization configuration for connecting, publishing, and subscribing to an Event API.
      1071 1072 1073 1074 1075 1076 1077 1078  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 1071 class CreateApiRequest < Struct.new( :name, :owner_contact, :tags, :event_config) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name for the ‘Api`.
      1071 1072 1073 1074 1075 1076 1077 1078  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 1071 class CreateApiRequest < Struct.new( :name, :owner_contact, :tags, :event_config) SENSITIVE = [] include Aws::Structure end  | 
  
#owner_contact ⇒ String
The owner contact information for the ‘Api`.
      1071 1072 1073 1074 1075 1076 1077 1078  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 1071 class CreateApiRequest < Struct.new( :name, :owner_contact, :tags, :event_config) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
A map with keys of ‘TagKey` objects and values of `TagValue` objects.
      1071 1072 1073 1074 1075 1076 1077 1078  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 1071 class CreateApiRequest < Struct.new( :name, :owner_contact, :tags, :event_config) SENSITIVE = [] include Aws::Structure end  |