Class: Aws::CustomerProfiles::Types::CreateSegmentSnapshotRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_formatString

The format in which the segment will be exported.

Returns:

  • (String)


1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1653

class CreateSegmentSnapshotRequest < Struct.new(
  :domain_name,
  :segment_definition_name,
  :data_format,
  :encryption_key,
  :role_arn,
  :destination_uri)
  SENSITIVE = []
  include Aws::Structure
end

#destination_uriString

The destination to which the segment will be exported. This field must be provided if the request is not submitted from the Amazon Connect Admin Website.

Returns:

  • (String)


1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1653

class CreateSegmentSnapshotRequest < Struct.new(
  :domain_name,
  :segment_definition_name,
  :data_format,
  :encryption_key,
  :role_arn,
  :destination_uri)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1653

class CreateSegmentSnapshotRequest < Struct.new(
  :domain_name,
  :segment_definition_name,
  :data_format,
  :encryption_key,
  :role_arn,
  :destination_uri)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_keyString

The Amazon Resource Name (ARN) of the KMS key used to encrypt the exported segment.

Returns:

  • (String)


1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1653

class CreateSegmentSnapshotRequest < Struct.new(
  :domain_name,
  :segment_definition_name,
  :data_format,
  :encryption_key,
  :role_arn,
  :destination_uri)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role that allows Customer Profiles service principal to assume the role for conducting KMS and S3 operations.

Returns:

  • (String)


1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1653

class CreateSegmentSnapshotRequest < Struct.new(
  :domain_name,
  :segment_definition_name,
  :data_format,
  :encryption_key,
  :role_arn,
  :destination_uri)
  SENSITIVE = []
  include Aws::Structure
end

#segment_definition_nameString

The name of the segment definition used in this snapshot request.

Returns:

  • (String)


1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1653

class CreateSegmentSnapshotRequest < Struct.new(
  :domain_name,
  :segment_definition_name,
  :data_format,
  :encryption_key,
  :role_arn,
  :destination_uri)
  SENSITIVE = []
  include Aws::Structure
end