![]() |
![]()
| ![]() |
![]()
NAMEPaws::MediaConnect::GrantEntitlementRequest USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::MediaConnect::GrantEntitlementRequest object: $service_obj->Method(Att1 => { DataTransferSubscriberFeePercent => $value, ..., Subscribers => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::MediaConnect::GrantEntitlementRequest object: $result = $service_obj->Method(...); $result->Att1->DataTransferSubscriberFeePercent DESCRIPTIONThe entitlements that you want to grant on a flow. ATTRIBUTESDataTransferSubscriberFeePercent => IntPercentage from 0-100 of the data transfer cost to be billed to the subscriber. Description => StrA 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. Encryption => Paws::MediaConnect::EncryptionThe type of encryption that will be used on the output that is associated with this entitlement. EntitlementStatus => StrAn 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. Name => StrThe name of the entitlement. This value must be unique within the current flow. REQUIRED Subscribers => ArrayRef[Str|Undef]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. SEE ALSOThis class forms part of Paws, describing an object used in Paws::MediaConnect BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|