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