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