interface ConnectionFunctionAssociationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CloudFront.CfnDistribution.ConnectionFunctionAssociationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#CfnDistribution_ConnectionFunctionAssociationProperty |
Java | software.amazon.awscdk.services.cloudfront.CfnDistribution.ConnectionFunctionAssociationProperty |
Python | aws_cdk.aws_cloudfront.CfnDistribution.ConnectionFunctionAssociationProperty |
TypeScript | aws-cdk-lib » aws_cloudfront » CfnDistribution » ConnectionFunctionAssociationProperty |
A connection function association.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudfront as cloudfront } from 'aws-cdk-lib';
const connectionFunctionAssociationProperty: cloudfront.CfnDistribution.ConnectionFunctionAssociationProperty = {
id: 'id',
};
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The association's ID. |
id
Type:
string
The association's ID.

.NET
Go
Java
Python
TypeScript