Class: Aws::MediaConnect::Types::UpdateFlowEntitlementRequest

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

Overview

The updates that you want to make to a specific entitlement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

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


4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4612

class UpdateFlowEntitlementRequest < Struct.new(
  :description,
  :encryption,
  :entitlement_arn,
  :entitlement_status,
  :flow_arn,
  :subscribers)
  SENSITIVE = []
  include Aws::Structure
end

#encryptionTypes::UpdateEncryption

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



4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4612

class UpdateFlowEntitlementRequest < Struct.new(
  :description,
  :encryption,
  :entitlement_arn,
  :entitlement_status,
  :flow_arn,
  :subscribers)
  SENSITIVE = []
  include Aws::Structure
end

#entitlement_arnString

Returns:

  • (String)


4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4612

class UpdateFlowEntitlementRequest < Struct.new(
  :description,
  :encryption,
  :entitlement_arn,
  :entitlement_status,
  :flow_arn,
  :subscribers)
  SENSITIVE = []
  include Aws::Structure
end

#entitlement_statusString

An indication of whether you want to enable the entitlement to allow access, or disable it to stop streaming content to the subscriber’s flow temporarily. If you don’t specify the entitlementStatus field in your request, MediaConnect leaves the value unchanged.

Returns:

  • (String)


4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4612

class UpdateFlowEntitlementRequest < Struct.new(
  :description,
  :encryption,
  :entitlement_arn,
  :entitlement_status,
  :flow_arn,
  :subscribers)
  SENSITIVE = []
  include Aws::Structure
end

#flow_arnString

Returns:

  • (String)


4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4612

class UpdateFlowEntitlementRequest < Struct.new(
  :description,
  :encryption,
  :entitlement_arn,
  :entitlement_status,
  :flow_arn,
  :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 flow using your content as the source.

Returns:

  • (Array<String>)


4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4612

class UpdateFlowEntitlementRequest < Struct.new(
  :description,
  :encryption,
  :entitlement_arn,
  :entitlement_status,
  :flow_arn,
  :subscribers)
  SENSITIVE = []
  include Aws::Structure
end