Class CfnWorkspaceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkspaceProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkspaceProps
CfnWorkspaceProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.aps.CfnWorkspaceProps
CfnWorkspaceProps.Builder, CfnWorkspaceProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnWorkspaceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkspaceProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The alert manager definition, a YAML configuration for the alert manager in your Amazon Managed Service for Prometheus workspace.final String
getAlias()
The alias that is assigned to this workspace to help identify it.final String
(optional) The ARN for a customer managed AWS KMS key to use for encrypting data within your workspace.final Object
Contains information about the current rules and alerting logging configuration for the workspace.final Object
The definition of logging configuration in an Amazon Managed Service for Prometheus workspace.getTags()
The list of tag keys and values that are associated with the workspace.final Object
Use this structure to define label sets and the ingestion limits for time series that match label sets, and to specify the retention period of the workspace.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnWorkspaceProps.Builder
.
-
-
Method Details
-
getAlertManagerDefinition
Description copied from interface:CfnWorkspaceProps
The alert manager definition, a YAML configuration for the alert manager in your Amazon Managed Service for Prometheus workspace.For details about the alert manager definition, see Creating an alert manager configuration files in the Amazon Managed Service for Prometheus User Guide .
The following example shows part of a CloudFormation YAML file with an embedded alert manager definition (following the
- |-
).Workspace: Type: AWS::APS::Workspace .... Properties: .... AlertManagerDefinition: Fn::Sub: - |- alertmanager_config: | templates: - 'default_template' route: receiver: example-sns receivers: - name: example-sns sns_configs: - topic_arn: 'arn:aws:sns:${AWS::Region}:${AWS::AccountId}:${TopicName}' -
- Specified by:
getAlertManagerDefinition
in interfaceCfnWorkspaceProps
- See Also:
-
getAlias
Description copied from interface:CfnWorkspaceProps
The alias that is assigned to this workspace to help identify it.It does not need to be unique.
- Specified by:
getAlias
in interfaceCfnWorkspaceProps
- See Also:
-
getKmsKeyArn
Description copied from interface:CfnWorkspaceProps
(optional) The ARN for a customer managed AWS KMS key to use for encrypting data within your workspace.For more information about using your own key in your workspace, see Encryption at rest in the Amazon Managed Service for Prometheus User Guide .
- Specified by:
getKmsKeyArn
in interfaceCfnWorkspaceProps
- See Also:
-
getLoggingConfiguration
Description copied from interface:CfnWorkspaceProps
Contains information about the current rules and alerting logging configuration for the workspace.These logging configurations are only for rules and alerting logs.
- Specified by:
getLoggingConfiguration
in interfaceCfnWorkspaceProps
- See Also:
-
getQueryLoggingConfiguration
Description copied from interface:CfnWorkspaceProps
The definition of logging configuration in an Amazon Managed Service for Prometheus workspace.- Specified by:
getQueryLoggingConfiguration
in interfaceCfnWorkspaceProps
- See Also:
-
getTags
Description copied from interface:CfnWorkspaceProps
The list of tag keys and values that are associated with the workspace.- Specified by:
getTags
in interfaceCfnWorkspaceProps
- See Also:
-
getWorkspaceConfiguration
Description copied from interface:CfnWorkspaceProps
Use this structure to define label sets and the ingestion limits for time series that match label sets, and to specify the retention period of the workspace.- Specified by:
getWorkspaceConfiguration
in interfaceCfnWorkspaceProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-