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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/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)


3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3151

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)


3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3151

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:



3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3151

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)


3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3151

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>)


3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3151

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)


3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3151

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>)


3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3151

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