Class GrafanaWorkspace

  • 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.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:53.240Z")
    @Stability(Stable)
    public class GrafanaWorkspace
    extends com.hashicorp.cdktf.TerraformResource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/grafana_workspace aws_grafana_workspace}.
    • Field Detail

      • TF_RESOURCE_TYPE

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

      • GrafanaWorkspace

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

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

        @Stability(Stable)
        public GrafanaWorkspace​(@NotNull
                                software.constructs.Construct scope,
                                @NotNull
                                String id,
                                @NotNull
                                GrafanaWorkspaceConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/grafana_workspace aws_grafana_workspace} 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

      • putNetworkAccessControl

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

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

        @Stability(Stable)
        public void putVpcConfiguration​(@NotNull
                                        GrafanaWorkspaceVpcConfiguration value)
        Parameters:
        value - This parameter is required.
      • resetConfiguration

        @Stability(Stable)
        public void resetConfiguration()
      • resetDataSources

        @Stability(Stable)
        public void resetDataSources()
      • resetDescription

        @Stability(Stable)
        public void resetDescription()
      • resetGrafanaVersion

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

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

        @Stability(Stable)
        public void resetName()
      • resetNetworkAccessControl

        @Stability(Stable)
        public void resetNetworkAccessControl()
      • resetNotificationDestinations

        @Stability(Stable)
        public void resetNotificationDestinations()
      • resetOrganizationalUnits

        @Stability(Stable)
        public void resetOrganizationalUnits()
      • resetOrganizationRoleName

        @Stability(Stable)
        public void resetOrganizationRoleName()
      • resetRoleArn

        @Stability(Stable)
        public void resetRoleArn()
      • resetStackSetName

        @Stability(Stable)
        public void resetStackSetName()
      • resetTags

        @Stability(Stable)
        public void resetTags()
      • resetTagsAll

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

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

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

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

        @Stability(Stable)
        @NotNull
        public String getArn()
      • getEndpoint

        @Stability(Stable)
        @NotNull
        public String getEndpoint()
      • getSamlConfigurationStatus

        @Stability(Stable)
        @NotNull
        public String getSamlConfigurationStatus()
      • getAccountAccessTypeInput

        @Stability(Stable)
        @Nullable
        public String getAccountAccessTypeInput()
      • getAuthenticationProvidersInput

        @Stability(Stable)
        @Nullable
        public List<String> getAuthenticationProvidersInput()
      • getConfigurationInput

        @Stability(Stable)
        @Nullable
        public String getConfigurationInput()
      • getDataSourcesInput

        @Stability(Stable)
        @Nullable
        public List<String> getDataSourcesInput()
      • getDescriptionInput

        @Stability(Stable)
        @Nullable
        public String getDescriptionInput()
      • getGrafanaVersionInput

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

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

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

        @Stability(Stable)
        @Nullable
        public List<String> getNotificationDestinationsInput()
      • getOrganizationalUnitsInput

        @Stability(Stable)
        @Nullable
        public List<String> getOrganizationalUnitsInput()
      • getOrganizationRoleNameInput

        @Stability(Stable)
        @Nullable
        public String getOrganizationRoleNameInput()
      • getPermissionTypeInput

        @Stability(Stable)
        @Nullable
        public String getPermissionTypeInput()
      • getRoleArnInput

        @Stability(Stable)
        @Nullable
        public String getRoleArnInput()
      • getStackSetNameInput

        @Stability(Stable)
        @Nullable
        public String getStackSetNameInput()
      • getTagsAllInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getTagsAllInput()
      • getTagsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getTagsInput()
      • getTimeoutsInput

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

        @Stability(Stable)
        @NotNull
        public String getAccountAccessType()
      • setAccountAccessType

        @Stability(Stable)
        public void setAccountAccessType​(@NotNull
                                         String value)
      • getAuthenticationProviders

        @Stability(Stable)
        @NotNull
        public List<String> getAuthenticationProviders()
      • setAuthenticationProviders

        @Stability(Stable)
        public void setAuthenticationProviders​(@NotNull
                                               List<String> value)
      • getConfiguration

        @Stability(Stable)
        @NotNull
        public String getConfiguration()
      • setConfiguration

        @Stability(Stable)
        public void setConfiguration​(@NotNull
                                     String value)
      • getDataSources

        @Stability(Stable)
        @NotNull
        public List<String> getDataSources()
      • setDataSources

        @Stability(Stable)
        public void setDataSources​(@NotNull
                                   List<String> value)
      • getDescription

        @Stability(Stable)
        @NotNull
        public String getDescription()
      • setDescription

        @Stability(Stable)
        public void setDescription​(@NotNull
                                   String value)
      • getGrafanaVersion

        @Stability(Stable)
        @NotNull
        public String getGrafanaVersion()
      • setGrafanaVersion

        @Stability(Stable)
        public void setGrafanaVersion​(@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)
      • getNotificationDestinations

        @Stability(Stable)
        @NotNull
        public List<String> getNotificationDestinations()
      • setNotificationDestinations

        @Stability(Stable)
        public void setNotificationDestinations​(@NotNull
                                                List<String> value)
      • getOrganizationalUnits

        @Stability(Stable)
        @NotNull
        public List<String> getOrganizationalUnits()
      • setOrganizationalUnits

        @Stability(Stable)
        public void setOrganizationalUnits​(@NotNull
                                           List<String> value)
      • getOrganizationRoleName

        @Stability(Stable)
        @NotNull
        public String getOrganizationRoleName()
      • setOrganizationRoleName

        @Stability(Stable)
        public void setOrganizationRoleName​(@NotNull
                                            String value)
      • getPermissionType

        @Stability(Stable)
        @NotNull
        public String getPermissionType()
      • setPermissionType

        @Stability(Stable)
        public void setPermissionType​(@NotNull
                                      String value)
      • getRoleArn

        @Stability(Stable)
        @NotNull
        public String getRoleArn()
      • setRoleArn

        @Stability(Stable)
        public void setRoleArn​(@NotNull
                               String value)
      • getStackSetName

        @Stability(Stable)
        @NotNull
        public String getStackSetName()
      • setStackSetName

        @Stability(Stable)
        public void setStackSetName​(@NotNull
                                    String value)
      • getTags

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getTags()
      • setTags

        @Stability(Stable)
        public void setTags​(@NotNull
                            Map<String,​String> value)
      • getTagsAll

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getTagsAll()
      • setTagsAll

        @Stability(Stable)
        public void setTagsAll​(@NotNull
                               Map<String,​String> value)