Uses of Interface
com.hashicorp.cdktf.providers.aws.s3_object.S3ObjectConfig
-
Packages that use S3ObjectConfig Package Description com.hashicorp.cdktf.providers.aws.s3_object aws_s3_object -
-
Uses of S3ObjectConfig in com.hashicorp.cdktf.providers.aws.s3_object
Classes in com.hashicorp.cdktf.providers.aws.s3_object that implement S3ObjectConfig Modifier and Type Class Description static classS3ObjectConfig.Jsii$ProxyAn implementation forS3ObjectConfigMethods in com.hashicorp.cdktf.providers.aws.s3_object that return S3ObjectConfig Modifier and Type Method Description S3ObjectConfigS3ObjectConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.aws.s3_object with parameters of type S3ObjectConfig Constructor Description S3Object(software.constructs.Construct scope, String id, S3ObjectConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_object aws_s3_object} Resource.
-