Uses of Interface
com.hashicorp.cdktf.providers.aws.data_aws_cloudfront_function.DataAwsCloudfrontFunctionConfig
-
Packages that use DataAwsCloudfrontFunctionConfig Package Description com.hashicorp.cdktf.providers.aws.data_aws_cloudfront_function data_aws_cloudfront_function -
-
Uses of DataAwsCloudfrontFunctionConfig in com.hashicorp.cdktf.providers.aws.data_aws_cloudfront_function
Classes in com.hashicorp.cdktf.providers.aws.data_aws_cloudfront_function that implement DataAwsCloudfrontFunctionConfig Modifier and Type Class Description static classDataAwsCloudfrontFunctionConfig.Jsii$ProxyAn implementation forDataAwsCloudfrontFunctionConfigMethods in com.hashicorp.cdktf.providers.aws.data_aws_cloudfront_function that return DataAwsCloudfrontFunctionConfig Modifier and Type Method Description DataAwsCloudfrontFunctionConfigDataAwsCloudfrontFunctionConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.aws.data_aws_cloudfront_function with parameters of type DataAwsCloudfrontFunctionConfig Constructor Description DataAwsCloudfrontFunction(software.constructs.Construct scope, String id, DataAwsCloudfrontFunctionConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/cloudfront_function aws_cloudfront_function} Data Source.
-