Class LookerInstance

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.877Z")
    @Stability(Stable)
    public class LookerInstance
    extends com.hashicorp.cdktf.TerraformResource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance google_looker_instance}.
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • LookerInstance

        protected LookerInstance​(software.amazon.jsii.JsiiObjectRef objRef)
      • LookerInstance

        protected LookerInstance​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • LookerInstance

        @Stability(Stable)
        public LookerInstance​(@NotNull
                              software.constructs.Construct scope,
                              @NotNull
                              String id,
                              @NotNull
                              LookerInstanceConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance google_looker_instance} Resource.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config - This parameter is required.
    • Method Detail

      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId,
                                                                                     @Nullable
                                                                                     com.hashicorp.cdktf.TerraformProvider provider)
        Generates CDKTF code for importing a LookerInstance resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the LookerInstance to import. This parameter is required.
        importFromId - The id of the existing LookerInstance that should be imported. This parameter is required.
        provider - ? Optional instance of the provider where the LookerInstance to import is found.
      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId)
        Generates CDKTF code for importing a LookerInstance resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the LookerInstance to import. This parameter is required.
        importFromId - The id of the existing LookerInstance that should be imported. This parameter is required.
      • putAdminSettings

        @Stability(Stable)
        public void putAdminSettings​(@NotNull
                                     LookerInstanceAdminSettings value)
        Parameters:
        value - This parameter is required.
      • putCustomDomain

        @Stability(Stable)
        public void putCustomDomain​(@NotNull
                                    LookerInstanceCustomDomain value)
        Parameters:
        value - This parameter is required.
      • putDenyMaintenancePeriod

        @Stability(Stable)
        public void putDenyMaintenancePeriod​(@NotNull
                                             LookerInstanceDenyMaintenancePeriod value)
        Parameters:
        value - This parameter is required.
      • putEncryptionConfig

        @Stability(Stable)
        public void putEncryptionConfig​(@NotNull
                                        LookerInstanceEncryptionConfig value)
        Parameters:
        value - This parameter is required.
      • putMaintenanceWindow

        @Stability(Stable)
        public void putMaintenanceWindow​(@NotNull
                                         LookerInstanceMaintenanceWindow value)
        Parameters:
        value - This parameter is required.
      • putOauthConfig

        @Stability(Stable)
        public void putOauthConfig​(@NotNull
                                   LookerInstanceOauthConfig value)
        Parameters:
        value - This parameter is required.
      • putTimeouts

        @Stability(Stable)
        public void putTimeouts​(@NotNull
                                LookerInstanceTimeouts value)
        Parameters:
        value - This parameter is required.
      • putUserMetadata

        @Stability(Stable)
        public void putUserMetadata​(@NotNull
                                    LookerInstanceUserMetadata value)
        Parameters:
        value - This parameter is required.
      • resetAdminSettings

        @Stability(Stable)
        public void resetAdminSettings()
      • resetConsumerNetwork

        @Stability(Stable)
        public void resetConsumerNetwork()
      • resetCustomDomain

        @Stability(Stable)
        public void resetCustomDomain()
      • resetDenyMaintenancePeriod

        @Stability(Stable)
        public void resetDenyMaintenancePeriod()
      • resetEncryptionConfig

        @Stability(Stable)
        public void resetEncryptionConfig()
      • resetId

        @Stability(Stable)
        public void resetId()
      • resetMaintenanceWindow

        @Stability(Stable)
        public void resetMaintenanceWindow()
      • resetOauthConfig

        @Stability(Stable)
        public void resetOauthConfig()
      • resetPlatformEdition

        @Stability(Stable)
        public void resetPlatformEdition()
      • resetPrivateIpEnabled

        @Stability(Stable)
        public void resetPrivateIpEnabled()
      • resetProject

        @Stability(Stable)
        public void resetProject()
      • resetPublicIpEnabled

        @Stability(Stable)
        public void resetPublicIpEnabled()
      • resetRegion

        @Stability(Stable)
        public void resetRegion()
      • resetReservedRange

        @Stability(Stable)
        public void resetReservedRange()
      • resetTimeouts

        @Stability(Stable)
        public void resetTimeouts()
      • resetUserMetadata

        @Stability(Stable)
        public void resetUserMetadata()
      • synthesizeAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeAttributes()
        Overrides:
        synthesizeAttributes in class com.hashicorp.cdktf.TerraformResource
      • synthesizeHclAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeHclAttributes()
        Overrides:
        synthesizeHclAttributes in class com.hashicorp.cdktf.TerraformResource
      • getCreateTime

        @Stability(Stable)
        @NotNull
        public String getCreateTime()
      • getEgressPublicIp

        @Stability(Stable)
        @NotNull
        public String getEgressPublicIp()
      • getIngressPrivateIp

        @Stability(Stable)
        @NotNull
        public String getIngressPrivateIp()
      • getIngressPublicIp

        @Stability(Stable)
        @NotNull
        public String getIngressPublicIp()
      • getLookerUri

        @Stability(Stable)
        @NotNull
        public String getLookerUri()
      • getLookerVersion

        @Stability(Stable)
        @NotNull
        public String getLookerVersion()
      • getUpdateTime

        @Stability(Stable)
        @NotNull
        public String getUpdateTime()
      • getConsumerNetworkInput

        @Stability(Stable)
        @Nullable
        public String getConsumerNetworkInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getNameInput

        @Stability(Stable)
        @Nullable
        public String getNameInput()
      • getPlatformEditionInput

        @Stability(Stable)
        @Nullable
        public String getPlatformEditionInput()
      • getPrivateIpEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getPrivateIpEnabledInput()
      • getProjectInput

        @Stability(Stable)
        @Nullable
        public String getProjectInput()
      • getPublicIpEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getPublicIpEnabledInput()
      • getRegionInput

        @Stability(Stable)
        @Nullable
        public String getRegionInput()
      • getReservedRangeInput

        @Stability(Stable)
        @Nullable
        public String getReservedRangeInput()
      • getTimeoutsInput

        @Stability(Stable)
        @Nullable
        public Object getTimeoutsInput()
      • getConsumerNetwork

        @Stability(Stable)
        @NotNull
        public String getConsumerNetwork()
      • setConsumerNetwork

        @Stability(Stable)
        public void setConsumerNetwork​(@NotNull
                                       String value)
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getName

        @Stability(Stable)
        @NotNull
        public String getName()
      • setName

        @Stability(Stable)
        public void setName​(@NotNull
                            String value)
      • getPlatformEdition

        @Stability(Stable)
        @NotNull
        public String getPlatformEdition()
      • setPlatformEdition

        @Stability(Stable)
        public void setPlatformEdition​(@NotNull
                                       String value)
      • getPrivateIpEnabled

        @Stability(Stable)
        @NotNull
        public Object getPrivateIpEnabled()
      • setPrivateIpEnabled

        @Stability(Stable)
        public void setPrivateIpEnabled​(@NotNull
                                        Boolean value)
      • setPrivateIpEnabled

        @Stability(Stable)
        public void setPrivateIpEnabled​(@NotNull
                                        com.hashicorp.cdktf.IResolvable value)
      • getProject

        @Stability(Stable)
        @NotNull
        public String getProject()
      • setProject

        @Stability(Stable)
        public void setProject​(@NotNull
                               String value)
      • getPublicIpEnabled

        @Stability(Stable)
        @NotNull
        public Object getPublicIpEnabled()
      • setPublicIpEnabled

        @Stability(Stable)
        public void setPublicIpEnabled​(@NotNull
                                       Boolean value)
      • setPublicIpEnabled

        @Stability(Stable)
        public void setPublicIpEnabled​(@NotNull
                                       com.hashicorp.cdktf.IResolvable value)
      • getRegion

        @Stability(Stable)
        @NotNull
        public String getRegion()
      • setRegion

        @Stability(Stable)
        public void setRegion​(@NotNull
                              String value)
      • getReservedRange

        @Stability(Stable)
        @NotNull
        public String getReservedRange()
      • setReservedRange

        @Stability(Stable)
        public void setReservedRange​(@NotNull
                                     String value)