Interface BigqueryAnalyticsHubDataExchangeConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
BigqueryAnalyticsHubDataExchangeConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.592Z") @Stability(Stable) public interface BigqueryAnalyticsHubDataExchangeConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryAnalyticsHubDataExchangeConfig.BuilderA builder forBigqueryAnalyticsHubDataExchangeConfigstatic classBigqueryAnalyticsHubDataExchangeConfig.Jsii$ProxyAn implementation forBigqueryAnalyticsHubDataExchangeConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static BigqueryAnalyticsHubDataExchangeConfig.Builderbuilder()StringgetDataExchangeId()The ID of the data exchange.default StringgetDescription()Description of the data exchange.StringgetDisplayName()Human-readable display name of the data exchange.default StringgetDocumentation()Documentation describing the data exchange.default StringgetIcon()Base64 encoded image representing the data exchange.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#id BigqueryAnalyticsHubDataExchange#id}.StringgetLocation()The name of the location this data exchange.default StringgetPrimaryContact()Email or URL of the primary point of contact of the data exchange.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#project BigqueryAnalyticsHubDataExchange#project}.default BigqueryAnalyticsHubDataExchangeTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getDataExchangeId
@Stability(Stable) @NotNull String getDataExchangeId()
The ID of the data exchange.Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#data_exchange_id BigqueryAnalyticsHubDataExchange#data_exchange_id}
-
getDisplayName
@Stability(Stable) @NotNull String getDisplayName()
Human-readable display name of the data exchange.The display name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and must not start or end with spaces. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#display_name BigqueryAnalyticsHubDataExchange#display_name}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The name of the location this data exchange.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#location BigqueryAnalyticsHubDataExchange#location}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Description of the data exchange.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#description BigqueryAnalyticsHubDataExchange#description}
-
getDocumentation
@Stability(Stable) @Nullable default String getDocumentation()
Documentation describing the data exchange.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#documentation BigqueryAnalyticsHubDataExchange#documentation}
-
getIcon
@Stability(Stable) @Nullable default String getIcon()
Base64 encoded image representing the data exchange.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#icon BigqueryAnalyticsHubDataExchange#icon}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#id BigqueryAnalyticsHubDataExchange#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.
-
getPrimaryContact
@Stability(Stable) @Nullable default String getPrimaryContact()
Email or URL of the primary point of contact of the data exchange.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#primary_contact BigqueryAnalyticsHubDataExchange#primary_contact}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#project BigqueryAnalyticsHubDataExchange#project}.
-
getTimeouts
@Stability(Stable) @Nullable default BigqueryAnalyticsHubDataExchangeTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_data_exchange#timeouts BigqueryAnalyticsHubDataExchange#timeouts}
-
builder
@Stability(Stable) static BigqueryAnalyticsHubDataExchangeConfig.Builder builder()
-
-