Class: Aws::MediaConnect::Types::GrantEntitlementRequest

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

Overview

The entitlements that you want to grant on a flow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_transfer_subscriber_fee_percentInteger

Percentage from 0-100 of the data transfer cost to be billed to the subscriber.

Returns:

  • (Integer)


3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3100

class GrantEntitlementRequest < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :encryption,
  :entitlement_status,
  :name,
  :subscribers,
  :entitlement_tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the entitlement. This description appears only on the MediaConnect console and will not be seen by the subscriber or end user.

Returns:

  • (String)


3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3100

class GrantEntitlementRequest < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :encryption,
  :entitlement_status,
  :name,
  :subscribers,
  :entitlement_tags)
  SENSITIVE = []
  include Aws::Structure
end

#encryptionTypes::Encryption

The type of encryption that will be used on the output that is associated with this entitlement. Allowable encryption types: static-key, speke.

Returns:



3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3100

class GrantEntitlementRequest < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :encryption,
  :entitlement_status,
  :name,
  :subscribers,
  :entitlement_tags)
  SENSITIVE = []
  include Aws::Structure
end

#entitlement_statusString

An indication of whether the new entitlement should be enabled or disabled as soon as it is created. If you don’t specify the entitlementStatus field in your request, MediaConnect sets it to ENABLED.

Returns:

  • (String)


3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3100

class GrantEntitlementRequest < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :encryption,
  :entitlement_status,
  :name,
  :subscribers,
  :entitlement_tags)
  SENSITIVE = []
  include Aws::Structure
end

#entitlement_tagsHash<String,String>

The key-value pairs that can be used to tag and organize the entitlement.

Returns:

  • (Hash<String,String>)


3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3100

class GrantEntitlementRequest < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :encryption,
  :entitlement_status,
  :name,
  :subscribers,
  :entitlement_tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the entitlement. This value must be unique within the current flow.

Returns:

  • (String)


3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3100

class GrantEntitlementRequest < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :encryption,
  :entitlement_status,
  :name,
  :subscribers,
  :entitlement_tags)
  SENSITIVE = []
  include Aws::Structure
end

#subscribersArray<String>

The Amazon Web Services account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flows using your content as the source.

Returns:

  • (Array<String>)


3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3100

class GrantEntitlementRequest < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :encryption,
  :entitlement_status,
  :name,
  :subscribers,
  :entitlement_tags)
  SENSITIVE = []
  include Aws::Structure
end