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