@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:45.676Z")
public interface CfnWorkspaceProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.aps.*; CfnWorkspaceProps cfnWorkspaceProps = CfnWorkspaceProps.builder() .alertManagerDefinition("alertManagerDefinition") .alias("alias") .loggingConfiguration(LoggingConfigurationProperty.builder() .logGroupArn("logGroupArn") .build()) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnWorkspaceProps.Builder
A builder for
CfnWorkspaceProps |
static class |
CfnWorkspaceProps.Jsii$Proxy
An implementation for
CfnWorkspaceProps |
Modifier and Type | Method and Description |
---|---|
static CfnWorkspaceProps.Builder |
builder() |
default java.lang.String |
getAlertManagerDefinition()
The alert manager definition for the workspace, as a string.
|
default java.lang.String |
getAlias()
An alias that you assign to this workspace to help you identify it.
|
default java.lang.Object |
getLoggingConfiguration()
The LoggingConfiguration attribute is used to set the logging configuration for the workspace.
|
default java.util.List<CfnTag> |
getTags()
A list of tag keys and values to associate with the workspace.
|
default java.lang.String getAlertManagerDefinition()
For more information, see Alert manager and templating .
default java.lang.String getAlias()
It does not need to be unique.
The alias can be as many as 100 characters and can include any type of characters. Amazon Managed Service for Prometheus automatically strips any blank spaces from the beginning and end of the alias that you specify.
default java.lang.Object getLoggingConfiguration()
default java.util.List<CfnTag> getTags()
static CfnWorkspaceProps.Builder builder()
CfnWorkspaceProps.Builder
of CfnWorkspaceProps