Class: Aws::ChimeSDKMeetings::Types::CreateMeetingWithAttendeesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkmeetings/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:client_request_token, :meeting_host_id, :external_meeting_id]

Instance Attribute Summary collapse

Instance Attribute Details

#attendeesArray<Types::CreateAttendeeRequestItem>

The attendee information, including attendees’ IDs and join tokens.



671
672
673
674
675
676
677
678
679
680
681
682
683
684
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 671

class CreateMeetingWithAttendeesRequest < Struct.new(
  :client_request_token,
  :media_region,
  :meeting_host_id,
  :external_meeting_id,
  :meeting_features,
  :notifications_configuration,
  :attendees,
  :primary_meeting_id,
  :tenant_ids,
  :tags)
  SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id]
  include Aws::Structure
end

#client_request_tokenString

The unique identifier for the client request. Use a different token for different meetings.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


671
672
673
674
675
676
677
678
679
680
681
682
683
684
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 671

class CreateMeetingWithAttendeesRequest < Struct.new(
  :client_request_token,
  :media_region,
  :meeting_host_id,
  :external_meeting_id,
  :meeting_features,
  :notifications_configuration,
  :attendees,
  :primary_meeting_id,
  :tenant_ids,
  :tags)
  SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id]
  include Aws::Structure
end

#external_meeting_idString

The external meeting ID.

Pattern: ‘[-_&@+=,(){}[]/«».:|’“#a-zA-Z0-9À-ÿs]*‘

Values that begin with ‘aws:` are reserved. You can’t configure a value that uses this prefix. Case insensitive.

Returns:

  • (String)


671
672
673
674
675
676
677
678
679
680
681
682
683
684
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 671

class CreateMeetingWithAttendeesRequest < Struct.new(
  :client_request_token,
  :media_region,
  :meeting_host_id,
  :external_meeting_id,
  :meeting_features,
  :notifications_configuration,
  :attendees,
  :primary_meeting_id,
  :tenant_ids,
  :tags)
  SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id]
  include Aws::Structure
end

#media_regionString

The Region in which to create the meeting.

Available values: ‘af-south-1`, `ap-northeast-1`, `ap-northeast-2`, `ap-south-1`, `ap-southeast-1`, `ap-southeast-2`, `ca-central-1`, `eu-central-1`, `eu-north-1`, `eu-south-1`, `eu-west-1`, `eu-west-2`, `eu-west-3`, `sa-east-1`, `us-east-1`, `us-east-2`, `us-west-1`, `us-west-2`.

Available values in Amazon Web Services GovCloud (US) Regions: ‘us-gov-east-1`, `us-gov-west-1`.

Returns:

  • (String)


671
672
673
674
675
676
677
678
679
680
681
682
683
684
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 671

class CreateMeetingWithAttendeesRequest < Struct.new(
  :client_request_token,
  :media_region,
  :meeting_host_id,
  :external_meeting_id,
  :meeting_features,
  :notifications_configuration,
  :attendees,
  :primary_meeting_id,
  :tenant_ids,
  :tags)
  SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id]
  include Aws::Structure
end

#meeting_featuresTypes::MeetingFeaturesConfiguration

Lists the audio and video features enabled for a meeting, such as echo reduction.



671
672
673
674
675
676
677
678
679
680
681
682
683
684
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 671

class CreateMeetingWithAttendeesRequest < Struct.new(
  :client_request_token,
  :media_region,
  :meeting_host_id,
  :external_meeting_id,
  :meeting_features,
  :notifications_configuration,
  :attendees,
  :primary_meeting_id,
  :tenant_ids,
  :tags)
  SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id]
  include Aws::Structure
end

#meeting_host_idString

Reserved.

Returns:

  • (String)


671
672
673
674
675
676
677
678
679
680
681
682
683
684
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 671

class CreateMeetingWithAttendeesRequest < Struct.new(
  :client_request_token,
  :media_region,
  :meeting_host_id,
  :external_meeting_id,
  :meeting_features,
  :notifications_configuration,
  :attendees,
  :primary_meeting_id,
  :tenant_ids,
  :tags)
  SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id]
  include Aws::Structure
end

#notifications_configurationTypes::NotificationsConfiguration

The configuration for resource targets to receive notifications when meeting and attendee events occur.



671
672
673
674
675
676
677
678
679
680
681
682
683
684
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 671

class CreateMeetingWithAttendeesRequest < Struct.new(
  :client_request_token,
  :media_region,
  :meeting_host_id,
  :external_meeting_id,
  :meeting_features,
  :notifications_configuration,
  :attendees,
  :primary_meeting_id,
  :tenant_ids,
  :tags)
  SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id]
  include Aws::Structure
end

#primary_meeting_idString

When specified, replicates the media from the primary meeting to the new meeting.

Returns:

  • (String)


671
672
673
674
675
676
677
678
679
680
681
682
683
684
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 671

class CreateMeetingWithAttendeesRequest < Struct.new(
  :client_request_token,
  :media_region,
  :meeting_host_id,
  :external_meeting_id,
  :meeting_features,
  :notifications_configuration,
  :attendees,
  :primary_meeting_id,
  :tenant_ids,
  :tags)
  SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id]
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags in the request.

Returns:



671
672
673
674
675
676
677
678
679
680
681
682
683
684
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 671

class CreateMeetingWithAttendeesRequest < Struct.new(
  :client_request_token,
  :media_region,
  :meeting_host_id,
  :external_meeting_id,
  :meeting_features,
  :notifications_configuration,
  :attendees,
  :primary_meeting_id,
  :tenant_ids,
  :tags)
  SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id]
  include Aws::Structure
end

#tenant_idsArray<String>

A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users.

Returns:

  • (Array<String>)


671
672
673
674
675
676
677
678
679
680
681
682
683
684
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 671

class CreateMeetingWithAttendeesRequest < Struct.new(
  :client_request_token,
  :media_region,
  :meeting_host_id,
  :external_meeting_id,
  :meeting_features,
  :notifications_configuration,
  :attendees,
  :primary_meeting_id,
  :tenant_ids,
  :tags)
  SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id]
  include Aws::Structure
end