Class: Aws::AlexaForBusiness::Types::CreateConferenceProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::CreateConferenceProviderRequest
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
When making an API call, you may pass CreateConferenceProviderRequest data as a hash:
{
conference_provider_name: "ConferenceProviderName", # required
conference_provider_type: "CHIME", # required, accepts CHIME, BLUEJEANS, FUZE, GOOGLE_HANGOUTS, POLYCOM, RINGCENTRAL, SKYPE_FOR_BUSINESS, WEBEX, ZOOM, CUSTOM
ip_dial_in: {
endpoint: "Endpoint", # required
comms_protocol: "SIP", # required, accepts SIP, SIPS, H323
},
pstn_dial_in: {
country_code: "CountryCode", # required
phone_number: "OutboundPhoneNumber", # required
one_click_id_delay: "OneClickIdDelay", # required
one_click_pin_delay: "OneClickPinDelay", # required
},
meeting_setting: { # required
require_pin: "YES", # required, accepts YES, NO, OPTIONAL
},
client_request_token: "ClientRequestToken",
tags: [
{
key: "TagKey", # required
value: "TagValue", # required
},
],
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
The request token of the client.
-
#conference_provider_name ⇒ String
The name of the conference provider.
-
#conference_provider_type ⇒ String
Represents a type within a list of predefined types.
-
#ip_dial_in ⇒ Types::IPDialIn
The IP endpoint and protocol for calling.
-
#meeting_setting ⇒ Types::MeetingSetting
The meeting settings for the conference provider.
-
#pstn_dial_in ⇒ Types::PSTNDialIn
The information for PSTN conferencing.
-
#tags ⇒ Array<Types::Tag>
The tags to be added to the specified resource.
Instance Attribute Details
#client_request_token ⇒ String
The request token of the client.
A suitable default value is auto-generated. You should normally not need to pass this option.
916 917 918 919 920 921 922 923 924 925 926 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 916 class CreateConferenceProviderRequest < Struct.new( :conference_provider_name, :conference_provider_type, :ip_dial_in, :pstn_dial_in, :meeting_setting, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#conference_provider_name ⇒ String
The name of the conference provider.
916 917 918 919 920 921 922 923 924 925 926 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 916 class CreateConferenceProviderRequest < Struct.new( :conference_provider_name, :conference_provider_type, :ip_dial_in, :pstn_dial_in, :meeting_setting, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#conference_provider_type ⇒ String
Represents a type within a list of predefined types.
916 917 918 919 920 921 922 923 924 925 926 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 916 class CreateConferenceProviderRequest < Struct.new( :conference_provider_name, :conference_provider_type, :ip_dial_in, :pstn_dial_in, :meeting_setting, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#ip_dial_in ⇒ Types::IPDialIn
The IP endpoint and protocol for calling.
916 917 918 919 920 921 922 923 924 925 926 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 916 class CreateConferenceProviderRequest < Struct.new( :conference_provider_name, :conference_provider_type, :ip_dial_in, :pstn_dial_in, :meeting_setting, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#meeting_setting ⇒ Types::MeetingSetting
The meeting settings for the conference provider.
916 917 918 919 920 921 922 923 924 925 926 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 916 class CreateConferenceProviderRequest < Struct.new( :conference_provider_name, :conference_provider_type, :ip_dial_in, :pstn_dial_in, :meeting_setting, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#pstn_dial_in ⇒ Types::PSTNDialIn
The information for PSTN conferencing.
916 917 918 919 920 921 922 923 924 925 926 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 916 class CreateConferenceProviderRequest < Struct.new( :conference_provider_name, :conference_provider_type, :ip_dial_in, :pstn_dial_in, :meeting_setting, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to be added to the specified resource. Do not provide system tags.
916 917 918 919 920 921 922 923 924 925 926 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 916 class CreateConferenceProviderRequest < Struct.new( :conference_provider_name, :conference_provider_type, :ip_dial_in, :pstn_dial_in, :meeting_setting, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |