![]() |
![]()
| ![]() |
![]()
NAMEPaws::MediaTailor::GetPlaybackConfiguration - Arguments for method GetPlaybackConfiguration on Paws::MediaTailor DESCRIPTIONThis class represents the parameters used for calling the method GetPlaybackConfiguration on the AWS MediaTailor service. Use the attributes of this class as arguments to method GetPlaybackConfiguration. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to GetPlaybackConfiguration. SYNOPSISmy $api.mediatailor = Paws->service('MediaTailor'); my $GetPlaybackConfigurationResponse = $api . mediatailor->GetPlaybackConfiguration( Name => 'My__string', ); # Results: my $AdDecisionServerUrl = $GetPlaybackConfigurationResponse->AdDecisionServerUrl; my $AvailSuppression = $GetPlaybackConfigurationResponse->AvailSuppression; my $Bumper = $GetPlaybackConfigurationResponse->Bumper; my $CdnConfiguration = $GetPlaybackConfigurationResponse->CdnConfiguration; my $ConfigurationAliases = $GetPlaybackConfigurationResponse->ConfigurationAliases; my $DashConfiguration = $GetPlaybackConfigurationResponse->DashConfiguration; my $HlsConfiguration = $GetPlaybackConfigurationResponse->HlsConfiguration; my $LivePreRollConfiguration = $GetPlaybackConfigurationResponse->LivePreRollConfiguration; my $ManifestProcessingRules = $GetPlaybackConfigurationResponse->ManifestProcessingRules; my $Name = $GetPlaybackConfigurationResponse->Name; my $PersonalizationThresholdSeconds = $GetPlaybackConfigurationResponse->PersonalizationThresholdSeconds; my $PlaybackConfigurationArn = $GetPlaybackConfigurationResponse->PlaybackConfigurationArn; my $PlaybackEndpointPrefix = $GetPlaybackConfigurationResponse->PlaybackEndpointPrefix; my $SessionInitializationEndpointPrefix = $GetPlaybackConfigurationResponse->SessionInitializationEndpointPrefix; my $SlateAdUrl = $GetPlaybackConfigurationResponse->SlateAdUrl; my $Tags = $GetPlaybackConfigurationResponse->Tags; my $TranscodeProfileName = $GetPlaybackConfigurationResponse->TranscodeProfileName; my $VideoContentSourceUrl = $GetPlaybackConfigurationResponse->VideoContentSourceUrl; # Returns a L<Paws::MediaTailor::GetPlaybackConfigurationResponse> object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/api.mediatailor/GetPlaybackConfiguration> ATTRIBUTESREQUIRED Name => StrThe identifier for the playback configuration. SEE ALSOThis class forms part of Paws, documenting arguments for method GetPlaybackConfiguration in Paws::MediaTailor 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>
|