Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.looker/v1.Instance
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a new Instance in a given project and location. Auto-naming is currently not supported for this resource.
Create Instance Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Instance(name: string, args: InstanceArgs, opts?: CustomResourceOptions);
@overload
def Instance(resource_name: str,
args: InstanceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Instance(resource_name: str,
opts: Optional[ResourceOptions] = None,
instance_id: Optional[str] = None,
maintenance_window: Optional[MaintenanceWindowArgs] = None,
oauth_config: Optional[OAuthConfigArgs] = None,
deny_maintenance_period: Optional[DenyMaintenancePeriodArgs] = None,
encryption_config: Optional[EncryptionConfigArgs] = None,
consumer_network: Optional[str] = None,
location: Optional[str] = None,
custom_domain: Optional[CustomDomainArgs] = None,
admin_settings: Optional[AdminSettingsArgs] = None,
maintenance_schedule: Optional[MaintenanceScheduleArgs] = None,
platform_edition: Optional[InstancePlatformEdition] = None,
private_ip_enabled: Optional[bool] = None,
project: Optional[str] = None,
public_ip_enabled: Optional[bool] = None,
reserved_range: Optional[str] = None,
user_metadata: Optional[UserMetadataArgs] = None)
func NewInstance(ctx *Context, name string, args InstanceArgs, opts ...ResourceOption) (*Instance, error)
public Instance(string name, InstanceArgs args, CustomResourceOptions? opts = null)
public Instance(String name, InstanceArgs args)
public Instance(String name, InstanceArgs args, CustomResourceOptions options)
type: google-native:looker/v1:Instance
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args InstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args InstanceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args InstanceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args InstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args InstanceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var exampleinstanceResourceResourceFromLookerv1 = new GoogleNative.Looker.V1.Instance("exampleinstanceResourceResourceFromLookerv1", new()
{
InstanceId = "string",
MaintenanceWindow = new GoogleNative.Looker.V1.Inputs.MaintenanceWindowArgs
{
DayOfWeek = GoogleNative.Looker.V1.MaintenanceWindowDayOfWeek.DayOfWeekUnspecified,
StartTime = new GoogleNative.Looker.V1.Inputs.TimeOfDayArgs
{
Hours = 0,
Minutes = 0,
Nanos = 0,
Seconds = 0,
},
},
OauthConfig = new GoogleNative.Looker.V1.Inputs.OAuthConfigArgs
{
ClientId = "string",
ClientSecret = "string",
},
DenyMaintenancePeriod = new GoogleNative.Looker.V1.Inputs.DenyMaintenancePeriodArgs
{
EndDate = new GoogleNative.Looker.V1.Inputs.DateArgs
{
Day = 0,
Month = 0,
Year = 0,
},
StartDate = new GoogleNative.Looker.V1.Inputs.DateArgs
{
Day = 0,
Month = 0,
Year = 0,
},
Time = new GoogleNative.Looker.V1.Inputs.TimeOfDayArgs
{
Hours = 0,
Minutes = 0,
Nanos = 0,
Seconds = 0,
},
},
EncryptionConfig = new GoogleNative.Looker.V1.Inputs.EncryptionConfigArgs
{
KmsKeyName = "string",
},
ConsumerNetwork = "string",
Location = "string",
CustomDomain = new GoogleNative.Looker.V1.Inputs.CustomDomainArgs
{
Domain = "string",
State = GoogleNative.Looker.V1.CustomDomainState.CustomDomainStateUnspecified,
},
AdminSettings = new GoogleNative.Looker.V1.Inputs.AdminSettingsArgs
{
AllowedEmailDomains = new[]
{
"string",
},
},
MaintenanceSchedule = new GoogleNative.Looker.V1.Inputs.MaintenanceScheduleArgs
{
EndTime = "string",
StartTime = "string",
},
PlatformEdition = GoogleNative.Looker.V1.InstancePlatformEdition.PlatformEditionUnspecified,
PrivateIpEnabled = false,
Project = "string",
PublicIpEnabled = false,
ReservedRange = "string",
UserMetadata = new GoogleNative.Looker.V1.Inputs.UserMetadataArgs
{
AdditionalDeveloperUserCount = 0,
AdditionalStandardUserCount = 0,
AdditionalViewerUserCount = 0,
},
});
example, err := looker.NewInstance(ctx, "exampleinstanceResourceResourceFromLookerv1", &looker.InstanceArgs{
InstanceId: pulumi.String("string"),
MaintenanceWindow: &looker.MaintenanceWindowArgs{
DayOfWeek: looker.MaintenanceWindowDayOfWeekDayOfWeekUnspecified,
StartTime: &looker.TimeOfDayArgs{
Hours: pulumi.Int(0),
Minutes: pulumi.Int(0),
Nanos: pulumi.Int(0),
Seconds: pulumi.Int(0),
},
},
OauthConfig: &looker.OAuthConfigArgs{
ClientId: pulumi.String("string"),
ClientSecret: pulumi.String("string"),
},
DenyMaintenancePeriod: &looker.DenyMaintenancePeriodArgs{
EndDate: &looker.DateArgs{
Day: pulumi.Int(0),
Month: pulumi.Int(0),
Year: pulumi.Int(0),
},
StartDate: &looker.DateArgs{
Day: pulumi.Int(0),
Month: pulumi.Int(0),
Year: pulumi.Int(0),
},
Time: &looker.TimeOfDayArgs{
Hours: pulumi.Int(0),
Minutes: pulumi.Int(0),
Nanos: pulumi.Int(0),
Seconds: pulumi.Int(0),
},
},
EncryptionConfig: &looker.EncryptionConfigArgs{
KmsKeyName: pulumi.String("string"),
},
ConsumerNetwork: pulumi.String("string"),
Location: pulumi.String("string"),
CustomDomain: &looker.CustomDomainArgs{
Domain: pulumi.String("string"),
State: looker.CustomDomainStateCustomDomainStateUnspecified,
},
AdminSettings: &looker.AdminSettingsArgs{
AllowedEmailDomains: pulumi.StringArray{
pulumi.String("string"),
},
},
MaintenanceSchedule: &looker.MaintenanceScheduleArgs{
EndTime: pulumi.String("string"),
StartTime: pulumi.String("string"),
},
PlatformEdition: looker.InstancePlatformEditionPlatformEditionUnspecified,
PrivateIpEnabled: pulumi.Bool(false),
Project: pulumi.String("string"),
PublicIpEnabled: pulumi.Bool(false),
ReservedRange: pulumi.String("string"),
UserMetadata: &looker.UserMetadataArgs{
AdditionalDeveloperUserCount: pulumi.Int(0),
AdditionalStandardUserCount: pulumi.Int(0),
AdditionalViewerUserCount: pulumi.Int(0),
},
})
var exampleinstanceResourceResourceFromLookerv1 = new Instance("exampleinstanceResourceResourceFromLookerv1", InstanceArgs.builder()
.instanceId("string")
.maintenanceWindow(MaintenanceWindowArgs.builder()
.dayOfWeek("DAY_OF_WEEK_UNSPECIFIED")
.startTime(TimeOfDayArgs.builder()
.hours(0)
.minutes(0)
.nanos(0)
.seconds(0)
.build())
.build())
.oauthConfig(OAuthConfigArgs.builder()
.clientId("string")
.clientSecret("string")
.build())
.denyMaintenancePeriod(DenyMaintenancePeriodArgs.builder()
.endDate(DateArgs.builder()
.day(0)
.month(0)
.year(0)
.build())
.startDate(DateArgs.builder()
.day(0)
.month(0)
.year(0)
.build())
.time(TimeOfDayArgs.builder()
.hours(0)
.minutes(0)
.nanos(0)
.seconds(0)
.build())
.build())
.encryptionConfig(EncryptionConfigArgs.builder()
.kmsKeyName("string")
.build())
.consumerNetwork("string")
.location("string")
.customDomain(CustomDomainArgs.builder()
.domain("string")
.state("CUSTOM_DOMAIN_STATE_UNSPECIFIED")
.build())
.adminSettings(AdminSettingsArgs.builder()
.allowedEmailDomains("string")
.build())
.maintenanceSchedule(MaintenanceScheduleArgs.builder()
.endTime("string")
.startTime("string")
.build())
.platformEdition("PLATFORM_EDITION_UNSPECIFIED")
.privateIpEnabled(false)
.project("string")
.publicIpEnabled(false)
.reservedRange("string")
.userMetadata(UserMetadataArgs.builder()
.additionalDeveloperUserCount(0)
.additionalStandardUserCount(0)
.additionalViewerUserCount(0)
.build())
.build());
exampleinstance_resource_resource_from_lookerv1 = google_native.looker.v1.Instance("exampleinstanceResourceResourceFromLookerv1",
instance_id="string",
maintenance_window=google_native.looker.v1.MaintenanceWindowArgs(
day_of_week=google_native.looker.v1.MaintenanceWindowDayOfWeek.DAY_OF_WEEK_UNSPECIFIED,
start_time=google_native.looker.v1.TimeOfDayArgs(
hours=0,
minutes=0,
nanos=0,
seconds=0,
),
),
oauth_config=google_native.looker.v1.OAuthConfigArgs(
client_id="string",
client_secret="string",
),
deny_maintenance_period=google_native.looker.v1.DenyMaintenancePeriodArgs(
end_date=google_native.looker.v1.DateArgs(
day=0,
month=0,
year=0,
),
start_date=google_native.looker.v1.DateArgs(
day=0,
month=0,
year=0,
),
time=google_native.looker.v1.TimeOfDayArgs(
hours=0,
minutes=0,
nanos=0,
seconds=0,
),
),
encryption_config=google_native.looker.v1.EncryptionConfigArgs(
kms_key_name="string",
),
consumer_network="string",
location="string",
custom_domain=google_native.looker.v1.CustomDomainArgs(
domain="string",
state=google_native.looker.v1.CustomDomainState.CUSTOM_DOMAIN_STATE_UNSPECIFIED,
),
admin_settings=google_native.looker.v1.AdminSettingsArgs(
allowed_email_domains=["string"],
),
maintenance_schedule=google_native.looker.v1.MaintenanceScheduleArgs(
end_time="string",
start_time="string",
),
platform_edition=google_native.looker.v1.InstancePlatformEdition.PLATFORM_EDITION_UNSPECIFIED,
private_ip_enabled=False,
project="string",
public_ip_enabled=False,
reserved_range="string",
user_metadata=google_native.looker.v1.UserMetadataArgs(
additional_developer_user_count=0,
additional_standard_user_count=0,
additional_viewer_user_count=0,
))
const exampleinstanceResourceResourceFromLookerv1 = new google_native.looker.v1.Instance("exampleinstanceResourceResourceFromLookerv1", {
instanceId: "string",
maintenanceWindow: {
dayOfWeek: google_native.looker.v1.MaintenanceWindowDayOfWeek.DayOfWeekUnspecified,
startTime: {
hours: 0,
minutes: 0,
nanos: 0,
seconds: 0,
},
},
oauthConfig: {
clientId: "string",
clientSecret: "string",
},
denyMaintenancePeriod: {
endDate: {
day: 0,
month: 0,
year: 0,
},
startDate: {
day: 0,
month: 0,
year: 0,
},
time: {
hours: 0,
minutes: 0,
nanos: 0,
seconds: 0,
},
},
encryptionConfig: {
kmsKeyName: "string",
},
consumerNetwork: "string",
location: "string",
customDomain: {
domain: "string",
state: google_native.looker.v1.CustomDomainState.CustomDomainStateUnspecified,
},
adminSettings: {
allowedEmailDomains: ["string"],
},
maintenanceSchedule: {
endTime: "string",
startTime: "string",
},
platformEdition: google_native.looker.v1.InstancePlatformEdition.PlatformEditionUnspecified,
privateIpEnabled: false,
project: "string",
publicIpEnabled: false,
reservedRange: "string",
userMetadata: {
additionalDeveloperUserCount: 0,
additionalStandardUserCount: 0,
additionalViewerUserCount: 0,
},
});
type: google-native:looker/v1:Instance
properties:
adminSettings:
allowedEmailDomains:
- string
consumerNetwork: string
customDomain:
domain: string
state: CUSTOM_DOMAIN_STATE_UNSPECIFIED
denyMaintenancePeriod:
endDate:
day: 0
month: 0
year: 0
startDate:
day: 0
month: 0
year: 0
time:
hours: 0
minutes: 0
nanos: 0
seconds: 0
encryptionConfig:
kmsKeyName: string
instanceId: string
location: string
maintenanceSchedule:
endTime: string
startTime: string
maintenanceWindow:
dayOfWeek: DAY_OF_WEEK_UNSPECIFIED
startTime:
hours: 0
minutes: 0
nanos: 0
seconds: 0
oauthConfig:
clientId: string
clientSecret: string
platformEdition: PLATFORM_EDITION_UNSPECIFIED
privateIpEnabled: false
project: string
publicIpEnabled: false
reservedRange: string
userMetadata:
additionalDeveloperUserCount: 0
additionalStandardUserCount: 0
additionalViewerUserCount: 0
Instance Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Instance resource accepts the following input properties:
- Instance
Id string - Required. The unique instance identifier. Must contain only lowercase letters, numbers, or hyphens, with the first character a letter and the last a letter or a number. 63 characters maximum.
- Admin
Settings Pulumi.Google Native. Looker. V1. Inputs. Admin Settings - Looker Instance Admin settings.
- Consumer
Network string - Network name in the consumer project. Format:
projects/{project}/global/networks/{network}
. Note that the consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance. - Custom
Domain Pulumi.Google Native. Looker. V1. Inputs. Custom Domain - Deny
Maintenance Pulumi.Period Google Native. Looker. V1. Inputs. Deny Maintenance Period - Maintenance denial period for this instance.
- Encryption
Config Pulumi.Google Native. Looker. V1. Inputs. Encryption Config - Encryption configuration (CMEK). Only set if CMEK has been enabled on the instance.
- Location string
- Maintenance
Schedule Pulumi.Google Native. Looker. V1. Inputs. Maintenance Schedule - Maintenance schedule for this instance.
- Maintenance
Window Pulumi.Google Native. Looker. V1. Inputs. Maintenance Window - Maintenance window for this instance.
- Oauth
Config Pulumi.Google Native. Looker. V1. Inputs. OAuth Config - Looker instance OAuth login settings.
- Platform
Edition Pulumi.Google Native. Looker. V1. Instance Platform Edition - Platform edition.
- Private
Ip boolEnabled - Whether private IP is enabled on the Looker instance.
- Project string
- Public
Ip boolEnabled - Whether public IP is enabled on the Looker instance.
- Reserved
Range string - Name of a reserved IP address range within the Instance.consumer_network, to be used for private services access connection. May or may not be specified in a create request.
- User
Metadata Pulumi.Google Native. Looker. V1. Inputs. User Metadata - User metadata.
- Instance
Id string - Required. The unique instance identifier. Must contain only lowercase letters, numbers, or hyphens, with the first character a letter and the last a letter or a number. 63 characters maximum.
- Admin
Settings AdminSettings Args - Looker Instance Admin settings.
- Consumer
Network string - Network name in the consumer project. Format:
projects/{project}/global/networks/{network}
. Note that the consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance. - Custom
Domain CustomDomain Args - Deny
Maintenance DenyPeriod Maintenance Period Args - Maintenance denial period for this instance.
- Encryption
Config EncryptionConfig Args - Encryption configuration (CMEK). Only set if CMEK has been enabled on the instance.
- Location string
- Maintenance
Schedule MaintenanceSchedule Args - Maintenance schedule for this instance.
- Maintenance
Window MaintenanceWindow Args - Maintenance window for this instance.
- Oauth
Config OAuthConfig Args - Looker instance OAuth login settings.
- Platform
Edition InstancePlatform Edition - Platform edition.
- Private
Ip boolEnabled - Whether private IP is enabled on the Looker instance.
- Project string
- Public
Ip boolEnabled - Whether public IP is enabled on the Looker instance.
- Reserved
Range string - Name of a reserved IP address range within the Instance.consumer_network, to be used for private services access connection. May or may not be specified in a create request.
- User
Metadata UserMetadata Args - User metadata.
- instance
Id String - Required. The unique instance identifier. Must contain only lowercase letters, numbers, or hyphens, with the first character a letter and the last a letter or a number. 63 characters maximum.
- admin
Settings AdminSettings - Looker Instance Admin settings.
- consumer
Network String - Network name in the consumer project. Format:
projects/{project}/global/networks/{network}
. Note that the consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance. - custom
Domain CustomDomain - deny
Maintenance DenyPeriod Maintenance Period - Maintenance denial period for this instance.
- encryption
Config EncryptionConfig - Encryption configuration (CMEK). Only set if CMEK has been enabled on the instance.
- location String
- maintenance
Schedule MaintenanceSchedule - Maintenance schedule for this instance.
- maintenance
Window MaintenanceWindow - Maintenance window for this instance.
- oauth
Config OAuthConfig - Looker instance OAuth login settings.
- platform
Edition InstancePlatform Edition - Platform edition.
- private
Ip BooleanEnabled - Whether private IP is enabled on the Looker instance.
- project String
- public
Ip BooleanEnabled - Whether public IP is enabled on the Looker instance.
- reserved
Range String - Name of a reserved IP address range within the Instance.consumer_network, to be used for private services access connection. May or may not be specified in a create request.
- user
Metadata UserMetadata - User metadata.
- instance
Id string - Required. The unique instance identifier. Must contain only lowercase letters, numbers, or hyphens, with the first character a letter and the last a letter or a number. 63 characters maximum.
- admin
Settings AdminSettings - Looker Instance Admin settings.
- consumer
Network string - Network name in the consumer project. Format:
projects/{project}/global/networks/{network}
. Note that the consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance. - custom
Domain CustomDomain - deny
Maintenance DenyPeriod Maintenance Period - Maintenance denial period for this instance.
- encryption
Config EncryptionConfig - Encryption configuration (CMEK). Only set if CMEK has been enabled on the instance.
- location string
- maintenance
Schedule MaintenanceSchedule - Maintenance schedule for this instance.
- maintenance
Window MaintenanceWindow - Maintenance window for this instance.
- oauth
Config OAuthConfig - Looker instance OAuth login settings.
- platform
Edition InstancePlatform Edition - Platform edition.
- private
Ip booleanEnabled - Whether private IP is enabled on the Looker instance.
- project string
- public
Ip booleanEnabled - Whether public IP is enabled on the Looker instance.
- reserved
Range string - Name of a reserved IP address range within the Instance.consumer_network, to be used for private services access connection. May or may not be specified in a create request.
- user
Metadata UserMetadata - User metadata.
- instance_
id str - Required. The unique instance identifier. Must contain only lowercase letters, numbers, or hyphens, with the first character a letter and the last a letter or a number. 63 characters maximum.
- admin_
settings AdminSettings Args - Looker Instance Admin settings.
- consumer_
network str - Network name in the consumer project. Format:
projects/{project}/global/networks/{network}
. Note that the consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance. - custom_
domain CustomDomain Args - deny_
maintenance_ Denyperiod Maintenance Period Args - Maintenance denial period for this instance.
- encryption_
config EncryptionConfig Args - Encryption configuration (CMEK). Only set if CMEK has been enabled on the instance.
- location str
- maintenance_
schedule MaintenanceSchedule Args - Maintenance schedule for this instance.
- maintenance_
window MaintenanceWindow Args - Maintenance window for this instance.
- oauth_
config OAuthConfig Args - Looker instance OAuth login settings.
- platform_
edition InstancePlatform Edition - Platform edition.
- private_
ip_ boolenabled - Whether private IP is enabled on the Looker instance.
- project str
- public_
ip_ boolenabled - Whether public IP is enabled on the Looker instance.
- reserved_
range str - Name of a reserved IP address range within the Instance.consumer_network, to be used for private services access connection. May or may not be specified in a create request.
- user_
metadata UserMetadata Args - User metadata.
- instance
Id String - Required. The unique instance identifier. Must contain only lowercase letters, numbers, or hyphens, with the first character a letter and the last a letter or a number. 63 characters maximum.
- admin
Settings Property Map - Looker Instance Admin settings.
- consumer
Network String - Network name in the consumer project. Format:
projects/{project}/global/networks/{network}
. Note that the consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance. - custom
Domain Property Map - deny
Maintenance Property MapPeriod - Maintenance denial period for this instance.
- encryption
Config Property Map - Encryption configuration (CMEK). Only set if CMEK has been enabled on the instance.
- location String
- maintenance
Schedule Property Map - Maintenance schedule for this instance.
- maintenance
Window Property Map - Maintenance window for this instance.
- oauth
Config Property Map - Looker instance OAuth login settings.
- platform
Edition "PLATFORM_EDITION_UNSPECIFIED" | "LOOKER_CORE_TRIAL" | "LOOKER_CORE_STANDARD" | "LOOKER_CORE_STANDARD_ANNUAL" | "LOOKER_CORE_ENTERPRISE_ANNUAL" | "LOOKER_CORE_EMBED_ANNUAL" - Platform edition.
- private
Ip BooleanEnabled - Whether private IP is enabled on the Looker instance.
- project String
- public
Ip BooleanEnabled - Whether public IP is enabled on the Looker instance.
- reserved
Range String - Name of a reserved IP address range within the Instance.consumer_network, to be used for private services access connection. May or may not be specified in a create request.
- user
Metadata Property Map - User metadata.
Outputs
All input properties are implicitly available as output properties. Additionally, the Instance resource produces the following output properties:
- Create
Time string - The time when the Looker instance provisioning was first requested.
- Egress
Public stringIp - Public Egress IP (IPv4).
- Id string
- The provider-assigned unique ID for this managed resource.
- Ingress
Private stringIp - Private Ingress IP (IPv4).
- Ingress
Public stringIp - Public Ingress IP (IPv4).
- Last
Deny Pulumi.Maintenance Period Google Native. Looker. V1. Outputs. Deny Maintenance Period Response - Last computed maintenance denial period for this instance.
- Looker
Uri string - Looker instance URI which can be used to access the Looker Instance UI.
- Looker
Version string - The Looker version that the instance is using.
- Name string
- Format:
projects/{project}/locations/{location}/instances/{instance}
. - State string
- The state of the instance.
- Update
Time string - The time when the Looker instance was last updated.
- Create
Time string - The time when the Looker instance provisioning was first requested.
- Egress
Public stringIp - Public Egress IP (IPv4).
- Id string
- The provider-assigned unique ID for this managed resource.
- Ingress
Private stringIp - Private Ingress IP (IPv4).
- Ingress
Public stringIp - Public Ingress IP (IPv4).
- Last
Deny DenyMaintenance Period Maintenance Period Response - Last computed maintenance denial period for this instance.
- Looker
Uri string - Looker instance URI which can be used to access the Looker Instance UI.
- Looker
Version string - The Looker version that the instance is using.
- Name string
- Format:
projects/{project}/locations/{location}/instances/{instance}
. - State string
- The state of the instance.
- Update
Time string - The time when the Looker instance was last updated.
- create
Time String - The time when the Looker instance provisioning was first requested.
- egress
Public StringIp - Public Egress IP (IPv4).
- id String
- The provider-assigned unique ID for this managed resource.
- ingress
Private StringIp - Private Ingress IP (IPv4).
- ingress
Public StringIp - Public Ingress IP (IPv4).
- last
Deny DenyMaintenance Period Maintenance Period Response - Last computed maintenance denial period for this instance.
- looker
Uri String - Looker instance URI which can be used to access the Looker Instance UI.
- looker
Version String - The Looker version that the instance is using.
- name String
- Format:
projects/{project}/locations/{location}/instances/{instance}
. - state String
- The state of the instance.
- update
Time String - The time when the Looker instance was last updated.
- create
Time string - The time when the Looker instance provisioning was first requested.
- egress
Public stringIp - Public Egress IP (IPv4).
- id string
- The provider-assigned unique ID for this managed resource.
- ingress
Private stringIp - Private Ingress IP (IPv4).
- ingress
Public stringIp - Public Ingress IP (IPv4).
- last
Deny DenyMaintenance Period Maintenance Period Response - Last computed maintenance denial period for this instance.
- looker
Uri string - Looker instance URI which can be used to access the Looker Instance UI.
- looker
Version string - The Looker version that the instance is using.
- name string
- Format:
projects/{project}/locations/{location}/instances/{instance}
. - state string
- The state of the instance.
- update
Time string - The time when the Looker instance was last updated.
- create_
time str - The time when the Looker instance provisioning was first requested.
- egress_
public_ strip - Public Egress IP (IPv4).
- id str
- The provider-assigned unique ID for this managed resource.
- ingress_
private_ strip - Private Ingress IP (IPv4).
- ingress_
public_ strip - Public Ingress IP (IPv4).
- last_
deny_ Denymaintenance_ period Maintenance Period Response - Last computed maintenance denial period for this instance.
- looker_
uri str - Looker instance URI which can be used to access the Looker Instance UI.
- looker_
version str - The Looker version that the instance is using.
- name str
- Format:
projects/{project}/locations/{location}/instances/{instance}
. - state str
- The state of the instance.
- update_
time str - The time when the Looker instance was last updated.
- create
Time String - The time when the Looker instance provisioning was first requested.
- egress
Public StringIp - Public Egress IP (IPv4).
- id String
- The provider-assigned unique ID for this managed resource.
- ingress
Private StringIp - Private Ingress IP (IPv4).
- ingress
Public StringIp - Public Ingress IP (IPv4).
- last
Deny Property MapMaintenance Period - Last computed maintenance denial period for this instance.
- looker
Uri String - Looker instance URI which can be used to access the Looker Instance UI.
- looker
Version String - The Looker version that the instance is using.
- name String
- Format:
projects/{project}/locations/{location}/instances/{instance}
. - state String
- The state of the instance.
- update
Time String - The time when the Looker instance was last updated.
Supporting Types
AdminSettings, AdminSettingsArgs
- Allowed
Email List<string>Domains - Email domain allowlist for the instance.
- Allowed
Email []stringDomains - Email domain allowlist for the instance.
- allowed
Email List<String>Domains - Email domain allowlist for the instance.
- allowed
Email string[]Domains - Email domain allowlist for the instance.
- allowed_
email_ Sequence[str]domains - Email domain allowlist for the instance.
- allowed
Email List<String>Domains - Email domain allowlist for the instance.
AdminSettingsResponse, AdminSettingsResponseArgs
- Allowed
Email List<string>Domains - Email domain allowlist for the instance.
- Allowed
Email []stringDomains - Email domain allowlist for the instance.
- allowed
Email List<String>Domains - Email domain allowlist for the instance.
- allowed
Email string[]Domains - Email domain allowlist for the instance.
- allowed_
email_ Sequence[str]domains - Email domain allowlist for the instance.
- allowed
Email List<String>Domains - Email domain allowlist for the instance.
CustomDomain, CustomDomainArgs
- Domain string
- Domain name.
- State
Pulumi.
Google Native. Looker. V1. Custom Domain State - Domain state.
- Domain string
- Domain name.
- State
Custom
Domain State - Domain state.
- domain String
- Domain name.
- state
Custom
Domain State - Domain state.
- domain string
- Domain name.
- state
Custom
Domain State - Domain state.
- domain str
- Domain name.
- state
Custom
Domain State - Domain state.
- domain String
- Domain name.
- state "CUSTOM_DOMAIN_STATE_UNSPECIFIED" | "UNVERIFIED" | "VERIFIED" | "MODIFYING" | "AVAILABLE" | "UNAVAILABLE" | "UNKNOWN"
- Domain state.
CustomDomainResponse, CustomDomainResponseArgs
CustomDomainState, CustomDomainStateArgs
- Custom
Domain State Unspecified - CUSTOM_DOMAIN_STATE_UNSPECIFIEDUnspecified state.
- Unverified
- UNVERIFIEDDNS record is not created.
- Verified
- VERIFIEDDNS record is created.
- Modifying
- MODIFYINGCalling SLM to update.
- Available
- AVAILABLEManagedCertificate is ready.
- Unavailable
- UNAVAILABLEManagedCertificate is not ready.
- Unknown
- UNKNOWNStatus is not known.
- Custom
Domain State Custom Domain State Unspecified - CUSTOM_DOMAIN_STATE_UNSPECIFIEDUnspecified state.
- Custom
Domain State Unverified - UNVERIFIEDDNS record is not created.
- Custom
Domain State Verified - VERIFIEDDNS record is created.
- Custom
Domain State Modifying - MODIFYINGCalling SLM to update.
- Custom
Domain State Available - AVAILABLEManagedCertificate is ready.
- Custom
Domain State Unavailable - UNAVAILABLEManagedCertificate is not ready.
- Custom
Domain State Unknown - UNKNOWNStatus is not known.
- Custom
Domain State Unspecified - CUSTOM_DOMAIN_STATE_UNSPECIFIEDUnspecified state.
- Unverified
- UNVERIFIEDDNS record is not created.
- Verified
- VERIFIEDDNS record is created.
- Modifying
- MODIFYINGCalling SLM to update.
- Available
- AVAILABLEManagedCertificate is ready.
- Unavailable
- UNAVAILABLEManagedCertificate is not ready.
- Unknown
- UNKNOWNStatus is not known.
- Custom
Domain State Unspecified - CUSTOM_DOMAIN_STATE_UNSPECIFIEDUnspecified state.
- Unverified
- UNVERIFIEDDNS record is not created.
- Verified
- VERIFIEDDNS record is created.
- Modifying
- MODIFYINGCalling SLM to update.
- Available
- AVAILABLEManagedCertificate is ready.
- Unavailable
- UNAVAILABLEManagedCertificate is not ready.
- Unknown
- UNKNOWNStatus is not known.
- CUSTOM_DOMAIN_STATE_UNSPECIFIED
- CUSTOM_DOMAIN_STATE_UNSPECIFIEDUnspecified state.
- UNVERIFIED
- UNVERIFIEDDNS record is not created.
- VERIFIED
- VERIFIEDDNS record is created.
- MODIFYING
- MODIFYINGCalling SLM to update.
- AVAILABLE
- AVAILABLEManagedCertificate is ready.
- UNAVAILABLE
- UNAVAILABLEManagedCertificate is not ready.
- UNKNOWN
- UNKNOWNStatus is not known.
- "CUSTOM_DOMAIN_STATE_UNSPECIFIED"
- CUSTOM_DOMAIN_STATE_UNSPECIFIEDUnspecified state.
- "UNVERIFIED"
- UNVERIFIEDDNS record is not created.
- "VERIFIED"
- VERIFIEDDNS record is created.
- "MODIFYING"
- MODIFYINGCalling SLM to update.
- "AVAILABLE"
- AVAILABLEManagedCertificate is ready.
- "UNAVAILABLE"
- UNAVAILABLEManagedCertificate is not ready.
- "UNKNOWN"
- UNKNOWNStatus is not known.
Date, DateArgs
- Day int
- Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
- Month int
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- Year int
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- Day int
- Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
- Month int
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- Year int
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- day Integer
- Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
- month Integer
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- year Integer
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- day number
- Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
- month number
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- year number
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- day int
- Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
- month int
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- year int
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- day Number
- Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
- month Number
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- year Number
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
DateResponse, DateResponseArgs
- Day int
- Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
- Month int
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- Year int
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- Day int
- Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
- Month int
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- Year int
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- day Integer
- Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
- month Integer
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- year Integer
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- day number
- Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
- month number
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- year number
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- day int
- Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
- month int
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- year int
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- day Number
- Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
- month Number
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- year Number
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
DenyMaintenancePeriod, DenyMaintenancePeriodArgs
- End
Date Pulumi.Google Native. Looker. V1. Inputs. Date - End date of the deny maintenance period.
- Start
Date Pulumi.Google Native. Looker. V1. Inputs. Date - Start date of the deny maintenance period.
- Time
Pulumi.
Google Native. Looker. V1. Inputs. Time Of Day - Time in UTC when the period starts and ends.
- end
Date Property Map - End date of the deny maintenance period.
- start
Date Property Map - Start date of the deny maintenance period.
- time Property Map
- Time in UTC when the period starts and ends.
DenyMaintenancePeriodResponse, DenyMaintenancePeriodResponseArgs
- End
Date Pulumi.Google Native. Looker. V1. Inputs. Date Response - End date of the deny maintenance period.
- Start
Date Pulumi.Google Native. Looker. V1. Inputs. Date Response - Start date of the deny maintenance period.
- Time
Pulumi.
Google Native. Looker. V1. Inputs. Time Of Day Response - Time in UTC when the period starts and ends.
- End
Date DateResponse - End date of the deny maintenance period.
- Start
Date DateResponse - Start date of the deny maintenance period.
- Time
Time
Of Day Response - Time in UTC when the period starts and ends.
- end
Date DateResponse - End date of the deny maintenance period.
- start
Date DateResponse - Start date of the deny maintenance period.
- time
Time
Of Day Response - Time in UTC when the period starts and ends.
- end
Date DateResponse - End date of the deny maintenance period.
- start
Date DateResponse - Start date of the deny maintenance period.
- time
Time
Of Day Response - Time in UTC when the period starts and ends.
- end_
date DateResponse - End date of the deny maintenance period.
- start_
date DateResponse - Start date of the deny maintenance period.
- time
Time
Of Day Response - Time in UTC when the period starts and ends.
- end
Date Property Map - End date of the deny maintenance period.
- start
Date Property Map - Start date of the deny maintenance period.
- time Property Map
- Time in UTC when the period starts and ends.
EncryptionConfig, EncryptionConfigArgs
- Kms
Key stringName - Name of the CMEK key in KMS (input parameter).
- Kms
Key stringName - Name of the CMEK key in KMS (input parameter).
- kms
Key StringName - Name of the CMEK key in KMS (input parameter).
- kms
Key stringName - Name of the CMEK key in KMS (input parameter).
- kms_
key_ strname - Name of the CMEK key in KMS (input parameter).
- kms
Key StringName - Name of the CMEK key in KMS (input parameter).
EncryptionConfigResponse, EncryptionConfigResponseArgs
- Kms
Key stringName - Name of the CMEK key in KMS (input parameter).
- Kms
Key stringName Version - Full name and version of the CMEK key currently in use to encrypt Looker data. Format:
projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key}/cryptoKeyVersions/{version}
. Empty if CMEK is not configured in this instance. - Kms
Key stringState - Status of the CMEK key.
- Kms
Key stringName - Name of the CMEK key in KMS (input parameter).
- Kms
Key stringName Version - Full name and version of the CMEK key currently in use to encrypt Looker data. Format:
projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key}/cryptoKeyVersions/{version}
. Empty if CMEK is not configured in this instance. - Kms
Key stringState - Status of the CMEK key.
- kms
Key StringName - Name of the CMEK key in KMS (input parameter).
- kms
Key StringName Version - Full name and version of the CMEK key currently in use to encrypt Looker data. Format:
projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key}/cryptoKeyVersions/{version}
. Empty if CMEK is not configured in this instance. - kms
Key StringState - Status of the CMEK key.
- kms
Key stringName - Name of the CMEK key in KMS (input parameter).
- kms
Key stringName Version - Full name and version of the CMEK key currently in use to encrypt Looker data. Format:
projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key}/cryptoKeyVersions/{version}
. Empty if CMEK is not configured in this instance. - kms
Key stringState - Status of the CMEK key.
- kms_
key_ strname - Name of the CMEK key in KMS (input parameter).
- kms_
key_ strname_ version - Full name and version of the CMEK key currently in use to encrypt Looker data. Format:
projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key}/cryptoKeyVersions/{version}
. Empty if CMEK is not configured in this instance. - kms_
key_ strstate - Status of the CMEK key.
- kms
Key StringName - Name of the CMEK key in KMS (input parameter).
- kms
Key StringName Version - Full name and version of the CMEK key currently in use to encrypt Looker data. Format:
projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key}/cryptoKeyVersions/{version}
. Empty if CMEK is not configured in this instance. - kms
Key StringState - Status of the CMEK key.
InstancePlatformEdition, InstancePlatformEditionArgs
- Platform
Edition Unspecified - PLATFORM_EDITION_UNSPECIFIEDPlatform edition is unspecified.
- Looker
Core Trial - LOOKER_CORE_TRIALTrial.
- Looker
Core Standard - LOOKER_CORE_STANDARDStandard.
- Looker
Core Standard Annual - LOOKER_CORE_STANDARD_ANNUALSubscription Standard.
- Looker
Core Enterprise Annual - LOOKER_CORE_ENTERPRISE_ANNUALSubscription Enterprise.
- Looker
Core Embed Annual - LOOKER_CORE_EMBED_ANNUALSubscription Embed.
- Instance
Platform Edition Platform Edition Unspecified - PLATFORM_EDITION_UNSPECIFIEDPlatform edition is unspecified.
- Instance
Platform Edition Looker Core Trial - LOOKER_CORE_TRIALTrial.
- Instance
Platform Edition Looker Core Standard - LOOKER_CORE_STANDARDStandard.
- Instance
Platform Edition Looker Core Standard Annual - LOOKER_CORE_STANDARD_ANNUALSubscription Standard.
- Instance
Platform Edition Looker Core Enterprise Annual - LOOKER_CORE_ENTERPRISE_ANNUALSubscription Enterprise.
- Instance
Platform Edition Looker Core Embed Annual - LOOKER_CORE_EMBED_ANNUALSubscription Embed.
- Platform
Edition Unspecified - PLATFORM_EDITION_UNSPECIFIEDPlatform edition is unspecified.
- Looker
Core Trial - LOOKER_CORE_TRIALTrial.
- Looker
Core Standard - LOOKER_CORE_STANDARDStandard.
- Looker
Core Standard Annual - LOOKER_CORE_STANDARD_ANNUALSubscription Standard.
- Looker
Core Enterprise Annual - LOOKER_CORE_ENTERPRISE_ANNUALSubscription Enterprise.
- Looker
Core Embed Annual - LOOKER_CORE_EMBED_ANNUALSubscription Embed.
- Platform
Edition Unspecified - PLATFORM_EDITION_UNSPECIFIEDPlatform edition is unspecified.
- Looker
Core Trial - LOOKER_CORE_TRIALTrial.
- Looker
Core Standard - LOOKER_CORE_STANDARDStandard.
- Looker
Core Standard Annual - LOOKER_CORE_STANDARD_ANNUALSubscription Standard.
- Looker
Core Enterprise Annual - LOOKER_CORE_ENTERPRISE_ANNUALSubscription Enterprise.
- Looker
Core Embed Annual - LOOKER_CORE_EMBED_ANNUALSubscription Embed.
- PLATFORM_EDITION_UNSPECIFIED
- PLATFORM_EDITION_UNSPECIFIEDPlatform edition is unspecified.
- LOOKER_CORE_TRIAL
- LOOKER_CORE_TRIALTrial.
- LOOKER_CORE_STANDARD
- LOOKER_CORE_STANDARDStandard.
- LOOKER_CORE_STANDARD_ANNUAL
- LOOKER_CORE_STANDARD_ANNUALSubscription Standard.
- LOOKER_CORE_ENTERPRISE_ANNUAL
- LOOKER_CORE_ENTERPRISE_ANNUALSubscription Enterprise.
- LOOKER_CORE_EMBED_ANNUAL
- LOOKER_CORE_EMBED_ANNUALSubscription Embed.
- "PLATFORM_EDITION_UNSPECIFIED"
- PLATFORM_EDITION_UNSPECIFIEDPlatform edition is unspecified.
- "LOOKER_CORE_TRIAL"
- LOOKER_CORE_TRIALTrial.
- "LOOKER_CORE_STANDARD"
- LOOKER_CORE_STANDARDStandard.
- "LOOKER_CORE_STANDARD_ANNUAL"
- LOOKER_CORE_STANDARD_ANNUALSubscription Standard.
- "LOOKER_CORE_ENTERPRISE_ANNUAL"
- LOOKER_CORE_ENTERPRISE_ANNUALSubscription Enterprise.
- "LOOKER_CORE_EMBED_ANNUAL"
- LOOKER_CORE_EMBED_ANNUALSubscription Embed.
MaintenanceSchedule, MaintenanceScheduleArgs
- end_
time str - The scheduled end time for the maintenance.
- start_
time str - The scheduled start time for the maintenance.
MaintenanceScheduleResponse, MaintenanceScheduleResponseArgs
- end_
time str - The scheduled end time for the maintenance.
- start_
time str - The scheduled start time for the maintenance.
MaintenanceWindow, MaintenanceWindowArgs
- Day
Of Pulumi.Week Google Native. Looker. V1. Maintenance Window Day Of Week - Day of the week for this MaintenanceWindow (in UTC).
- Start
Time Pulumi.Google Native. Looker. V1. Inputs. Time Of Day - Time in UTC when the period starts. Maintenance will be scheduled within 60 minutes.
- Day
Of MaintenanceWeek Window Day Of Week - Day of the week for this MaintenanceWindow (in UTC).
- Start
Time TimeOf Day - Time in UTC when the period starts. Maintenance will be scheduled within 60 minutes.
- day
Of MaintenanceWeek Window Day Of Week - Day of the week for this MaintenanceWindow (in UTC).
- start
Time TimeOf Day - Time in UTC when the period starts. Maintenance will be scheduled within 60 minutes.
- day
Of MaintenanceWeek Window Day Of Week - Day of the week for this MaintenanceWindow (in UTC).
- start
Time TimeOf Day - Time in UTC when the period starts. Maintenance will be scheduled within 60 minutes.
- day_
of_ Maintenanceweek Window Day Of Week - Day of the week for this MaintenanceWindow (in UTC).
- start_
time TimeOf Day - Time in UTC when the period starts. Maintenance will be scheduled within 60 minutes.
- day
Of "DAY_OF_WEEK_UNSPECIFIED" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY"Week - Day of the week for this MaintenanceWindow (in UTC).
- start
Time Property Map - Time in UTC when the period starts. Maintenance will be scheduled within 60 minutes.
MaintenanceWindowDayOfWeek, MaintenanceWindowDayOfWeekArgs
- Day
Of Week Unspecified - DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- Monday
- MONDAYMonday
- Tuesday
- TUESDAYTuesday
- Wednesday
- WEDNESDAYWednesday
- Thursday
- THURSDAYThursday
- Friday
- FRIDAYFriday
- Saturday
- SATURDAYSaturday
- Sunday
- SUNDAYSunday
- Maintenance
Window Day Of Week Day Of Week Unspecified - DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- Maintenance
Window Day Of Week Monday - MONDAYMonday
- Maintenance
Window Day Of Week Tuesday - TUESDAYTuesday
- Maintenance
Window Day Of Week Wednesday - WEDNESDAYWednesday
- Maintenance
Window Day Of Week Thursday - THURSDAYThursday
- Maintenance
Window Day Of Week Friday - FRIDAYFriday
- Maintenance
Window Day Of Week Saturday - SATURDAYSaturday
- Maintenance
Window Day Of Week Sunday - SUNDAYSunday
- Day
Of Week Unspecified - DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- Monday
- MONDAYMonday
- Tuesday
- TUESDAYTuesday
- Wednesday
- WEDNESDAYWednesday
- Thursday
- THURSDAYThursday
- Friday
- FRIDAYFriday
- Saturday
- SATURDAYSaturday
- Sunday
- SUNDAYSunday
- Day
Of Week Unspecified - DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- Monday
- MONDAYMonday
- Tuesday
- TUESDAYTuesday
- Wednesday
- WEDNESDAYWednesday
- Thursday
- THURSDAYThursday
- Friday
- FRIDAYFriday
- Saturday
- SATURDAYSaturday
- Sunday
- SUNDAYSunday
- DAY_OF_WEEK_UNSPECIFIED
- DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- MONDAY
- MONDAYMonday
- TUESDAY
- TUESDAYTuesday
- WEDNESDAY
- WEDNESDAYWednesday
- THURSDAY
- THURSDAYThursday
- FRIDAY
- FRIDAYFriday
- SATURDAY
- SATURDAYSaturday
- SUNDAY
- SUNDAYSunday
- "DAY_OF_WEEK_UNSPECIFIED"
- DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- "MONDAY"
- MONDAYMonday
- "TUESDAY"
- TUESDAYTuesday
- "WEDNESDAY"
- WEDNESDAYWednesday
- "THURSDAY"
- THURSDAYThursday
- "FRIDAY"
- FRIDAYFriday
- "SATURDAY"
- SATURDAYSaturday
- "SUNDAY"
- SUNDAYSunday
MaintenanceWindowResponse, MaintenanceWindowResponseArgs
- Day
Of stringWeek - Day of the week for this MaintenanceWindow (in UTC).
- Start
Time Pulumi.Google Native. Looker. V1. Inputs. Time Of Day Response - Time in UTC when the period starts. Maintenance will be scheduled within 60 minutes.
- Day
Of stringWeek - Day of the week for this MaintenanceWindow (in UTC).
- Start
Time TimeOf Day Response - Time in UTC when the period starts. Maintenance will be scheduled within 60 minutes.
- day
Of StringWeek - Day of the week for this MaintenanceWindow (in UTC).
- start
Time TimeOf Day Response - Time in UTC when the period starts. Maintenance will be scheduled within 60 minutes.
- day
Of stringWeek - Day of the week for this MaintenanceWindow (in UTC).
- start
Time TimeOf Day Response - Time in UTC when the period starts. Maintenance will be scheduled within 60 minutes.
- day_
of_ strweek - Day of the week for this MaintenanceWindow (in UTC).
- start_
time TimeOf Day Response - Time in UTC when the period starts. Maintenance will be scheduled within 60 minutes.
- day
Of StringWeek - Day of the week for this MaintenanceWindow (in UTC).
- start
Time Property Map - Time in UTC when the period starts. Maintenance will be scheduled within 60 minutes.
OAuthConfig, OAuthConfigArgs
- Client
Id string - Input only. Client ID from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- Client
Secret string - Input only. Client secret from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- Client
Id string - Input only. Client ID from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- Client
Secret string - Input only. Client secret from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- client
Id String - Input only. Client ID from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- client
Secret String - Input only. Client secret from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- client
Id string - Input only. Client ID from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- client
Secret string - Input only. Client secret from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- client_
id str - Input only. Client ID from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- client_
secret str - Input only. Client secret from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- client
Id String - Input only. Client ID from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- client
Secret String - Input only. Client secret from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
OAuthConfigResponse, OAuthConfigResponseArgs
- Client
Id string - Input only. Client ID from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- Client
Secret string - Input only. Client secret from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- Client
Id string - Input only. Client ID from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- Client
Secret string - Input only. Client secret from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- client
Id String - Input only. Client ID from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- client
Secret String - Input only. Client secret from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- client
Id string - Input only. Client ID from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- client
Secret string - Input only. Client secret from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- client_
id str - Input only. Client ID from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- client_
secret str - Input only. Client secret from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- client
Id String - Input only. Client ID from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
- client
Secret String - Input only. Client secret from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
TimeOfDay, TimeOfDayArgs
- Hours int
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- Minutes int
- Minutes of hour of day. Must be from 0 to 59.
- Nanos int
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- Seconds int
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- Hours int
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- Minutes int
- Minutes of hour of day. Must be from 0 to 59.
- Nanos int
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- Seconds int
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours Integer
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes Integer
- Minutes of hour of day. Must be from 0 to 59.
- nanos Integer
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds Integer
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours number
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes number
- Minutes of hour of day. Must be from 0 to 59.
- nanos number
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds number
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours int
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes int
- Minutes of hour of day. Must be from 0 to 59.
- nanos int
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds int
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours Number
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes Number
- Minutes of hour of day. Must be from 0 to 59.
- nanos Number
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds Number
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
TimeOfDayResponse, TimeOfDayResponseArgs
- Hours int
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- Minutes int
- Minutes of hour of day. Must be from 0 to 59.
- Nanos int
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- Seconds int
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- Hours int
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- Minutes int
- Minutes of hour of day. Must be from 0 to 59.
- Nanos int
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- Seconds int
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours Integer
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes Integer
- Minutes of hour of day. Must be from 0 to 59.
- nanos Integer
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds Integer
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours number
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes number
- Minutes of hour of day. Must be from 0 to 59.
- nanos number
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds number
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours int
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes int
- Minutes of hour of day. Must be from 0 to 59.
- nanos int
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds int
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours Number
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes Number
- Minutes of hour of day. Must be from 0 to 59.
- nanos Number
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds Number
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
UserMetadata, UserMetadataArgs
- Additional
Developer intUser Count - Optional. The number of additional developer users the instance owner has purchased.
- Additional
Standard intUser Count - Optional. The number of additional standard users the instance owner has purchased.
- Additional
Viewer intUser Count - Optional. The number of additional viewer users the instance owner has purchased.
- Additional
Developer intUser Count - Optional. The number of additional developer users the instance owner has purchased.
- Additional
Standard intUser Count - Optional. The number of additional standard users the instance owner has purchased.
- Additional
Viewer intUser Count - Optional. The number of additional viewer users the instance owner has purchased.
- additional
Developer IntegerUser Count - Optional. The number of additional developer users the instance owner has purchased.
- additional
Standard IntegerUser Count - Optional. The number of additional standard users the instance owner has purchased.
- additional
Viewer IntegerUser Count - Optional. The number of additional viewer users the instance owner has purchased.
- additional
Developer numberUser Count - Optional. The number of additional developer users the instance owner has purchased.
- additional
Standard numberUser Count - Optional. The number of additional standard users the instance owner has purchased.
- additional
Viewer numberUser Count - Optional. The number of additional viewer users the instance owner has purchased.
- additional_
developer_ intuser_ count - Optional. The number of additional developer users the instance owner has purchased.
- additional_
standard_ intuser_ count - Optional. The number of additional standard users the instance owner has purchased.
- additional_
viewer_ intuser_ count - Optional. The number of additional viewer users the instance owner has purchased.
- additional
Developer NumberUser Count - Optional. The number of additional developer users the instance owner has purchased.
- additional
Standard NumberUser Count - Optional. The number of additional standard users the instance owner has purchased.
- additional
Viewer NumberUser Count - Optional. The number of additional viewer users the instance owner has purchased.
UserMetadataResponse, UserMetadataResponseArgs
- Additional
Developer intUser Count - Optional. The number of additional developer users the instance owner has purchased.
- Additional
Standard intUser Count - Optional. The number of additional standard users the instance owner has purchased.
- Additional
Viewer intUser Count - Optional. The number of additional viewer users the instance owner has purchased.
- Additional
Developer intUser Count - Optional. The number of additional developer users the instance owner has purchased.
- Additional
Standard intUser Count - Optional. The number of additional standard users the instance owner has purchased.
- Additional
Viewer intUser Count - Optional. The number of additional viewer users the instance owner has purchased.
- additional
Developer IntegerUser Count - Optional. The number of additional developer users the instance owner has purchased.
- additional
Standard IntegerUser Count - Optional. The number of additional standard users the instance owner has purchased.
- additional
Viewer IntegerUser Count - Optional. The number of additional viewer users the instance owner has purchased.
- additional
Developer numberUser Count - Optional. The number of additional developer users the instance owner has purchased.
- additional
Standard numberUser Count - Optional. The number of additional standard users the instance owner has purchased.
- additional
Viewer numberUser Count - Optional. The number of additional viewer users the instance owner has purchased.
- additional_
developer_ intuser_ count - Optional. The number of additional developer users the instance owner has purchased.
- additional_
standard_ intuser_ count - Optional. The number of additional standard users the instance owner has purchased.
- additional_
viewer_ intuser_ count - Optional. The number of additional viewer users the instance owner has purchased.
- additional
Developer NumberUser Count - Optional. The number of additional developer users the instance owner has purchased.
- additional
Standard NumberUser Count - Optional. The number of additional standard users the instance owner has purchased.
- additional
Viewer NumberUser Count - Optional. The number of additional viewer users the instance owner has purchased.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.