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