class Aws::AlexaForBusiness::Types::UpdateConferenceProviderRequest

@note When making an API call, you may pass UpdateConferenceProviderRequest

data as a hash:

    {
      conference_provider_arn: "Arn", # 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
      },
    }

@!attribute [rw] conference_provider_arn

The ARN of the conference provider.
@return [String]

@!attribute [rw] conference_provider_type

The type of the conference provider.
@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]

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/UpdateConferenceProviderRequest AWS API Documentation

Constants

SENSITIVE