Interface CfnDistribution.ConnectionFunctionAssociationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDistribution.ConnectionFunctionAssociationProperty.Jsii$Proxy
- Enclosing class:
CfnDistribution
@Stability(Stable)
public static interface CfnDistribution.ConnectionFunctionAssociationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.cloudfront.*;
ConnectionFunctionAssociationProperty connectionFunctionAssociationProperty = ConnectionFunctionAssociationProperty.builder()
.id("id")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDistribution.ConnectionFunctionAssociationPropertystatic final classAn implementation forCfnDistribution.ConnectionFunctionAssociationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getId
The association's ID.- See Also:
-
builder
-