Interface CfnDistribution.IConnectionFunctionAssociationProperty
A connection function association.
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDistribution.IConnectionFunctionAssociationProperty
Syntax (vb)
Public Interface CfnDistribution.IConnectionFunctionAssociationProperty
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 connectionFunctionAssociationProperty = new ConnectionFunctionAssociationProperty {
Id = "id"
};
Synopsis
Properties
| Id | The association's ID. |
Properties
Id
The association's ID.
string Id { get; }