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)


2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2129

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

#descriptionString

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

Returns:

  • (String)


2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2129

class GrantEntitlementRequest < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :encryption,
  :entitlement_status,
  :name,
  :subscribers)
  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:



2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2129

class GrantEntitlementRequest < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :encryption,
  :entitlement_status,
  :name,
  :subscribers)
  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)


2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2129

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

#nameString

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

Returns:

  • (String)


2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2129

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

#subscribersArray<String>

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


2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2129

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