Interface DataGoogleSiteVerificationTokenConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DataGoogleSiteVerificationTokenConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.108Z") @Stability(Stable) public interface DataGoogleSiteVerificationTokenConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataGoogleSiteVerificationTokenConfig.BuilderA builder forDataGoogleSiteVerificationTokenConfigstatic classDataGoogleSiteVerificationTokenConfig.Jsii$ProxyAn implementation forDataGoogleSiteVerificationTokenConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataGoogleSiteVerificationTokenConfig.Builderbuilder()default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/site_verification_token#id DataGoogleSiteVerificationToken#id}.StringgetIdentifier()The site identifier.default DataGoogleSiteVerificationTokenTimeoutsgetTimeouts()timeouts block.StringgetType()The type of resource to be verified, either a domain or a web site.StringgetVerificationMethod()The verification method for the Site Verification system to use to verify this site or domain.
-
-
-
Method Detail
-
getIdentifier
@Stability(Stable) @NotNull String getIdentifier()
The site identifier.If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the identifier is a domain name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/site_verification_token#identifier DataGoogleSiteVerificationToken#identifier}
-
getType
@Stability(Stable) @NotNull String getType()
The type of resource to be verified, either a domain or a web site. Possible values: ["INET_DOMAIN", "SITE"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/site_verification_token#type DataGoogleSiteVerificationToken#type}
-
getVerificationMethod
@Stability(Stable) @NotNull String getVerificationMethod()
The verification method for the Site Verification system to use to verify this site or domain.Possible values: ["ANALYTICS", "DNS_CNAME", "DNS_TXT", "FILE", "META", "TAG_MANAGER"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/site_verification_token#verification_method DataGoogleSiteVerificationToken#verification_method}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/site_verification_token#id DataGoogleSiteVerificationToken#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getTimeouts
@Stability(Stable) @Nullable default DataGoogleSiteVerificationTokenTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/site_verification_token#timeouts DataGoogleSiteVerificationToken#timeouts}
-
builder
@Stability(Stable) static DataGoogleSiteVerificationTokenConfig.Builder builder()
-
-