Class CfnCloudFrontOriginAccessIdentityProps
Properties for defining a CfnCloudFrontOriginAccessIdentity
.
Inheritance
System.Object
CfnCloudFrontOriginAccessIdentityProps
Implements
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCloudFrontOriginAccessIdentityProps : Object, ICfnCloudFrontOriginAccessIdentityProps
Syntax (vb)
Public Class CfnCloudFrontOriginAccessIdentityProps
Inherits Object
Implements ICfnCloudFrontOriginAccessIdentityProps
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.AWS.CloudFront;
var cfnCloudFrontOriginAccessIdentityProps = new CfnCloudFrontOriginAccessIdentityProps {
CloudFrontOriginAccessIdentityConfig = new CloudFrontOriginAccessIdentityConfigProperty {
Comment = "comment"
}
};
Synopsis
Constructors
CfnCloudFrontOriginAccessIdentityProps() |
Properties
CloudFrontOriginAccessIdentityConfig | The current configuration information for the identity. |
Constructors
CfnCloudFrontOriginAccessIdentityProps()
public CfnCloudFrontOriginAccessIdentityProps()
Properties
CloudFrontOriginAccessIdentityConfig
The current configuration information for the identity.
public object CloudFrontOriginAccessIdentityConfig { get; set; }
Property Value
System.Object