Show / Hide Table of Contents

Interface ICfnOriginAccessControlProps

Properties for defining a CfnOriginAccessControl.

Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnOriginAccessControlProps
Syntax (vb)
Public Interface ICfnOriginAccessControlProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-originaccesscontrol.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.CloudFront;

             var cfnOriginAccessControlProps = new CfnOriginAccessControlProps {
                 OriginAccessControlConfig = new OriginAccessControlConfigProperty {
                     Name = "name",
                     OriginAccessControlOriginType = "originAccessControlOriginType",
                     SigningBehavior = "signingBehavior",
                     SigningProtocol = "signingProtocol",

                     // the properties below are optional
                     Description = "description"
                 }
             };

Synopsis

Properties

OriginAccessControlConfig

The origin access control.

Properties

OriginAccessControlConfig

The origin access control.

object OriginAccessControlConfig { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-originaccesscontrol.html#cfn-cloudfront-originaccesscontrol-originaccesscontrolconfig

Type union: either IResolvable or CfnOriginAccessControl.IOriginAccessControlConfigProperty

Back to top Generated by DocFX