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