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
Remarks
ExampleMetadata: fixture=_generated