Class: Aws::ManagedGrafana::Types::AssociateLicenseRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#grafana_tokenString

A token from Grafana Labs that ties your Amazon Web Services account with a Grafana Labs account. For more information, see Register with Grafana Labs.

Returns:

  • (String)


98
99
100
101
102
103
104
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 98

class AssociateLicenseRequest < Struct.new(
  :grafana_token,
  :license_type,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#license_typeString

The type of license to associate with the workspace.

Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.

Returns:

  • (String)


98
99
100
101
102
103
104
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 98

class AssociateLicenseRequest < Struct.new(
  :grafana_token,
  :license_type,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace to associate the license with.

Returns:

  • (String)


98
99
100
101
102
103
104
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 98

class AssociateLicenseRequest < Struct.new(
  :grafana_token,
  :license_type,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end