NAME
Paws::AlexaForBusiness::UpdateConferenceProvider - Arguments for method UpdateConferenceProvider on Paws::AlexaForBusiness
DESCRIPTION
This class represents the parameters used for calling the method UpdateConferenceProvider on the Alexa For Business service. Use the attributes of this class as arguments to method UpdateConferenceProvider.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateConferenceProvider.
SYNOPSIS
my $a4b = Paws->service('AlexaForBusiness');
my $UpdateConferenceProviderResponse = $a4b->UpdateConferenceProvider(
ConferenceProviderArn => 'MyArn',
ConferenceProviderType => 'CHIME',
MeetingSetting => {
RequirePin => 'YES', # values: YES, NO, OPTIONAL
},
IPDialIn => {
CommsProtocol => 'SIP', # values: SIP, SIPS, H323
Endpoint => 'MyEndpoint', # min: 1, max: 256
}, # OPTIONAL
PSTNDialIn => {
CountryCode => 'MyCountryCode',
OneClickIdDelay => 'MyOneClickIdDelay', # min: 1, max: 2
OneClickPinDelay => 'MyOneClickPinDelay', # min: 1, max: 2
PhoneNumber => 'MyOutboundPhoneNumber',
}, # OPTIONAL
);
Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/a4b/UpdateConferenceProvider
ATTRIBUTES
REQUIRED ConferenceProviderArn => Str
The ARN of the conference provider.
REQUIRED ConferenceProviderType => Str
The type of the conference provider.
Valid values are: "CHIME"
, "BLUEJEANS"
, "FUZE"
, "GOOGLE_HANGOUTS"
, "POLYCOM"
, "RINGCENTRAL"
, "SKYPE_FOR_BUSINESS"
, "WEBEX"
, "ZOOM"
, "CUSTOM"
IPDialIn => Paws::AlexaForBusiness::IPDialIn
The IP endpoint and protocol for calling.
REQUIRED MeetingSetting => Paws::AlexaForBusiness::MeetingSetting
The meeting settings for the conference provider.
PSTNDialIn => Paws::AlexaForBusiness::PSTNDialIn
The information for PSTN conferencing.
SEE ALSO
This class forms part of Paws, documenting arguments for method UpdateConferenceProvider in Paws::AlexaForBusiness
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues