Class: Aws::ConnectCampaignsV2::Types::StartInstanceOnboardingJobRequest

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

Overview

The request for StartInstanceOnboardingJob API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connect_instance_idString

Amazon Connect Instance Id

Returns:

  • (String)


2024
2025
2026
2027
2028
2029
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2024

class StartInstanceOnboardingJobRequest < Struct.new(
  :connect_instance_id,
  :encryption_config)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_configTypes::EncryptionConfig

Encryption config for Connect Instance. Note that sensitive data will always be encrypted. If disabled, service will perform encryption with its own key. If enabled, a KMS key id needs to be provided and KMS charges will apply. KMS is only type supported



2024
2025
2026
2027
2028
2029
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2024

class StartInstanceOnboardingJobRequest < Struct.new(
  :connect_instance_id,
  :encryption_config)
  SENSITIVE = []
  include Aws::Structure
end