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