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