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