Class: Aws::ConnectCampaignService::Types::InstanceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignService::Types::InstanceConfig
- Defined in:
- gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb
Overview
Instance config object
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connect_instance_id ⇒ String
Amazon Connect Instance Id.
-
#encryption_config ⇒ Types::EncryptionConfig
Encryption config for Connect Instance.
-
#service_linked_role_arn ⇒ String
Service linked role arn.
Instance Attribute Details
#connect_instance_id ⇒ String
Amazon Connect Instance Id
576 577 578 579 580 581 582 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 576 class InstanceConfig < Struct.new( :connect_instance_id, :service_linked_role_arn, :encryption_config) SENSITIVE = [] include Aws::Structure end |
#encryption_config ⇒ Types::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
576 577 578 579 580 581 582 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 576 class InstanceConfig < Struct.new( :connect_instance_id, :service_linked_role_arn, :encryption_config) SENSITIVE = [] include Aws::Structure end |
#service_linked_role_arn ⇒ String
Service linked role arn
576 577 578 579 580 581 582 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 576 class InstanceConfig < Struct.new( :connect_instance_id, :service_linked_role_arn, :encryption_config) SENSITIVE = [] include Aws::Structure end |