Uses of Class
software.amazon.awscdk.services.cloudfront.CfnFunction.Builder
Packages that use CfnFunction.Builder
-
Uses of CfnFunction.Builder in software.amazon.awscdk.services.cloudfront
Methods in software.amazon.awscdk.services.cloudfront that return CfnFunction.BuilderModifier and TypeMethodDescriptionCfnFunction.Builder.autoPublish(Boolean autoPublish) A flag that determines whether to automatically publish the function to theLIVEstage when it’s created.CfnFunction.Builder.autoPublish(IResolvable autoPublish) A flag that determines whether to automatically publish the function to theLIVEstage when it’s created.static CfnFunction.BuilderCfnFunction.Builder.functionCode(String functionCode) The function code.CfnFunction.Builder.functionConfig(IResolvable functionConfig) Contains configuration information about a CloudFront function.CfnFunction.Builder.functionConfig(CfnFunction.FunctionConfigProperty functionConfig) Contains configuration information about a CloudFront function.CfnFunction.Builder.functionMetadata(IResolvable functionMetadata) Contains metadata about a CloudFront function.CfnFunction.Builder.functionMetadata(CfnFunction.FunctionMetadataProperty functionMetadata) Contains metadata about a CloudFront function.A name to identify the function.