Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-connectionfunctionassociation.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 connectionFunctionAssociationProperty = new ConnectionFunctionAssociationProperty {
                 Id = "id"
             };

Synopsis

Properties

Id

The association's ID.

Properties

Id

The association's ID.

string Id { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-connectionfunctionassociation.html#cfn-cloudfront-distribution-connectionfunctionassociation-id

Back to top Generated by DocFX