Class OriginAccessControlOriginType
Origin types supported by Origin Access Control.
Inheritance
System.Object
OriginAccessControlOriginType
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public sealed class OriginAccessControlOriginType : Enum
Syntax (vb)
Public NotInheritable Class OriginAccessControlOriginType
Inherits
Enum
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. |
value__ |
Fields
LAMBDA
Uses a Lambda function URL origin.
public const OriginAccessControlOriginType LAMBDA
Field Value
Type | Description |
---|---|
OriginAccessControlOriginType |
MEDIAPACKAGEV2
Uses an AWS Elemental MediaPackage v2 origin.
public const OriginAccessControlOriginType MEDIAPACKAGEV2
Field Value
Type | Description |
---|---|
OriginAccessControlOriginType |
MEDIASTORE
Uses an AWS Elemental MediaStore origin.
public const OriginAccessControlOriginType MEDIASTORE
Field Value
Type | Description |
---|---|
OriginAccessControlOriginType |
S3
Uses an Amazon S3 bucket origin.
public const OriginAccessControlOriginType S3
Field Value
Type | Description |
---|---|
OriginAccessControlOriginType |
value__
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |