class Aws::AlexaForBusiness::Types::CreateConferenceProviderRequest
@note 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 }, ], }
@!attribute [rw] conference_provider_name
The name of the conference provider. @return [String]
@!attribute [rw] conference_provider_type
Represents a type within a list of predefined types. @return [String]
@!attribute [rw] ip_dial_in
The IP endpoint and protocol for calling. @return [Types::IPDialIn]
@!attribute [rw] pstn_dial_in
The information for PSTN conferencing. @return [Types::PSTNDialIn]
@!attribute [rw] meeting_setting
The meeting settings for the conference provider. @return [Types::MeetingSetting]
@!attribute [rw] client_request_token
The request token of the client. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@!attribute [rw] tags
The tags to be added to the specified resource. Do not provide system tags. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateConferenceProviderRequest AWS API Documentation
Constants
- SENSITIVE