HlsS3CdnProps

class aws_cdk.aws_medialive_alpha.HlsS3CdnProps(*, canned_acl=None)

Bases: object

(experimental) Properties for HLS S3 CDN settings.

Parameters:

canned_acl (Optional[S3CannedAcl]) – (experimental) The S3 canned ACL to apply to each output. Default: - no canned ACL

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_medialive_alpha as medialive_alpha

# s3_canned_acl: medialive_alpha.S3CannedAcl

hls_s3_cdn_props = medialive_alpha.HlsS3CdnProps(
    canned_acl=s3_canned_acl
)

Attributes

canned_acl

(experimental) The S3 canned ACL to apply to each output.

Default:
  • no canned ACL

Stability:

experimental