Show / Hide Table of Contents

Interface ICloudFrontOriginAccessIdentityReference

A reference to a CloudFrontOriginAccessIdentity resource.

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

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.Interfaces.CloudFront;

            var cloudFrontOriginAccessIdentityReference = new CloudFrontOriginAccessIdentityReference {
                CloudFrontOriginAccessIdentityId = "cloudFrontOriginAccessIdentityId"
            };

Synopsis

Properties

CloudFrontOriginAccessIdentityId

The Id of the CloudFrontOriginAccessIdentity resource.

Properties

CloudFrontOriginAccessIdentityId

The Id of the CloudFrontOriginAccessIdentity resource.

string CloudFrontOriginAccessIdentityId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX