Show / Hide Table of Contents

Enum OriginAccessControlOriginType

Origin types supported by Origin Access Control.

Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum OriginAccessControlOriginType
Syntax (vb)
Public Enum OriginAccessControlOriginType

Synopsis

Fields

LAMBDA

Uses a Lambda function URL origin.

MEDIAPACKAGEV2

Uses an AWS Elemental MediaPackage v2 origin.

MEDIASTORE

Uses an AWS Elemental MediaStore origin.

S3

Uses an Amazon S3 bucket origin.

Fields

Name Description
LAMBDA

Uses a Lambda function URL origin.

MEDIAPACKAGEV2

Uses an AWS Elemental MediaPackage v2 origin.

MEDIASTORE

Uses an AWS Elemental MediaStore origin.

S3

Uses an Amazon S3 bucket origin.

Back to top Generated by DocFX