[ aws . mediapackage ]
Changes the Channel’s properities to configure log subscription
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
configure-logs
[--egress-access-logs <value>]
--id <value>
[--ingress-access-logs <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
--egress-access-logs
(structure)
Configure egress access logging.LogGroupName -> (string)
Customize the log group name.
Shorthand Syntax:
LogGroupName=string
JSON Syntax:
{
"LogGroupName": "string"
}
--id
(string)
The ID of the channel to log subscription.
--ingress-access-logs
(structure)
Configure ingress access logging.LogGroupName -> (string)
Customize the log group name.
Shorthand Syntax:
LogGroupName=string
JSON Syntax:
{
"LogGroupName": "string"
}
--cli-input-json
| --cli-input-yaml
(string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml
.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. Similarly, if provided yaml-input
it will print a sample input YAML that can be used with --cli-input-yaml
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command. The generated JSON skeleton is not stable between versions of the AWS CLI and there are no backwards compatibility guarantees in the JSON skeleton generated.
See ‘aws help’ for descriptions of global parameters.
Arn -> (string)
The Amazon Resource Name (ARN) assigned to the Channel.
Description -> (string)
A short text description of the Channel.
EgressAccessLogs -> (structure)
Configure egress access logging.
LogGroupName -> (string)
Customize the log group name.
HlsIngest -> (structure)
An HTTP Live Streaming (HLS) ingest resource configuration.
IngestEndpoints -> (list)
A list of endpoints to which the source stream should be sent.
(structure)
An endpoint for ingesting source content for a Channel.
Id -> (string)
The system generated unique identifier for the IngestEndpoint
Password -> (string)
The system generated password for ingest authentication.
Url -> (string)
The ingest URL to which the source stream should be sent.
Username -> (string)
The system generated username for ingest authentication.
Id -> (string)
The ID of the Channel.
IngressAccessLogs -> (structure)
Configure ingress access logging.
LogGroupName -> (string)
Customize the log group name.
Tags -> (map)
A collection of tags associated with a resource
key -> (string)
value -> (string)