Class GrafanaWorkspace
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- com.hashicorp.cdktf.TerraformElement
-
- com.hashicorp.cdktf.TerraformResource
-
- com.hashicorp.cdktf.providers.aws.grafana_workspace.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}.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGrafanaWorkspace.BuilderA fluent builder forGrafanaWorkspace.-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Field Summary
Fields Modifier and Type Field Description static StringTF_RESOURCE_TYPE
-
Constructor Summary
Constructors Modifier Constructor Description protectedGrafanaWorkspace(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedGrafanaWorkspace(software.amazon.jsii.JsiiObjectRef objRef)GrafanaWorkspace(software.constructs.Construct scope, String id, GrafanaWorkspaceConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/grafana_workspace aws_grafana_workspace} Resource.
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.TerraformResource
getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getConnection, getCount, getDependsOn, getForEach, getLifecycle, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getProvider, getProvisioners, getStringAttribute, getStringMapAttribute, getTerraformGeneratorMetadata, getTerraformMetaArguments, getTerraformResourceType, interpolationForAttribute, isTerraformResource, setConnection, setConnection, setCount, setCount, setDependsOn, setForEach, setLifecycle, setProvider, setProvisioners, toMetadata, toTerraform
-
Methods inherited from class com.hashicorp.cdktf.TerraformElement
addOverride, getCdktfStack, getConstructNodeMetadata, getFqn, getFriendlyUniqueId, getRawOverrides, isTerraformElement, overrideLogicalId, resetOverrideLogicalId
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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:
synthesizeAttributesin classcom.hashicorp.cdktf.TerraformResource
-
getArn
@Stability(Stable) @NotNull public String getArn()
-
getEndpoint
@Stability(Stable) @NotNull public String getEndpoint()
-
getNetworkAccessControl
@Stability(Stable) @NotNull public GrafanaWorkspaceNetworkAccessControlOutputReference getNetworkAccessControl()
-
getSamlConfigurationStatus
@Stability(Stable) @NotNull public String getSamlConfigurationStatus()
-
getTimeouts
@Stability(Stable) @NotNull public GrafanaWorkspaceTimeoutsOutputReference getTimeouts()
-
getVpcConfiguration
@Stability(Stable) @NotNull public GrafanaWorkspaceVpcConfigurationOutputReference getVpcConfiguration()
-
getAccountAccessTypeInput
@Stability(Stable) @Nullable public String getAccountAccessTypeInput()
-
getAuthenticationProvidersInput
@Stability(Stable) @Nullable public List<String> getAuthenticationProvidersInput()
-
getConfigurationInput
@Stability(Stable) @Nullable public String getConfigurationInput()
-
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()
-
getNetworkAccessControlInput
@Stability(Stable) @Nullable public GrafanaWorkspaceNetworkAccessControl getNetworkAccessControlInput()
-
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()
-
getTimeoutsInput
@Stability(Stable) @Nullable public Object getTimeoutsInput()
-
getVpcConfigurationInput
@Stability(Stable) @Nullable public GrafanaWorkspaceVpcConfiguration getVpcConfigurationInput()
-
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)
-
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)
-
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)
-
-