Class: Aws::CloudWatchEvents::Types::CreateConnectionRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudWatchEvents::Types::CreateConnectionRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #auth_parameters  ⇒ Types::CreateConnectionAuthRequestParameters 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A ‘CreateConnectionAuthRequestParameters` object that contains the authorization parameters to use to authorize with the endpoint. 
- 
  
    
      #authorization_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of authorization to use for the connection. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A description for the connection to create. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name for the connection to create. 
Instance Attribute Details
#auth_parameters ⇒ Types::CreateConnectionAuthRequestParameters
A ‘CreateConnectionAuthRequestParameters` object that contains the authorization parameters to use to authorize with the endpoint.
| 886 887 888 889 890 891 892 893 | # File 'lib/aws-sdk-cloudwatchevents/types.rb', line 886 class CreateConnectionRequest < Struct.new( :name, :description, :authorization_type, :auth_parameters) SENSITIVE = [] include Aws::Structure end | 
#authorization_type ⇒ String
The type of authorization to use for the connection.
| 886 887 888 889 890 891 892 893 | # File 'lib/aws-sdk-cloudwatchevents/types.rb', line 886 class CreateConnectionRequest < Struct.new( :name, :description, :authorization_type, :auth_parameters) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
A description for the connection to create.
| 886 887 888 889 890 891 892 893 | # File 'lib/aws-sdk-cloudwatchevents/types.rb', line 886 class CreateConnectionRequest < Struct.new( :name, :description, :authorization_type, :auth_parameters) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name for the connection to create.
| 886 887 888 889 890 891 892 893 | # File 'lib/aws-sdk-cloudwatchevents/types.rb', line 886 class CreateConnectionRequest < Struct.new( :name, :description, :authorization_type, :auth_parameters) SENSITIVE = [] include Aws::Structure end |