Class: AWSCDK::QuickSight::CfnAnalysis::GeospatialPointLayerProperty

Inherits:
Jsii::Struct
  • Object
show all
Defined in:
quick_sight/cfn_analysis.rb

Overview

The geospatial Point layer.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(style:) ⇒ GeospatialPointLayerProperty

Returns a new instance of GeospatialPointLayerProperty.

Parameters:



14185
14186
14187
14188
# File 'quick_sight/cfn_analysis.rb', line 14185

def initialize(style:)
  @style = style.is_a?(Hash) ? ::AWSCDK::QuickSight::CfnAnalysis::GeospatialPointStyleProperty.new(**style.transform_keys(&:to_sym)) : style
  Jsii::Type.check_type(@style, JSON.parse(Base64.strict_decode64("eyJ1bmlvbiI6eyJ0eXBlcyI6W3siZnFuIjoiYXdzLWNkay1saWIuSVJlc29sdmFibGUifSx7ImZxbiI6ImF3cy1jZGstbGliLmF3c19xdWlja3NpZ2h0LkNmbkFuYWx5c2lzLkdlb3NwYXRpYWxQb2ludFN0eWxlUHJvcGVydHkifV19fQ==")), "style")
end

Class Method Details

.jsii_propertiesObject



14196
14197
14198
14199
14200
# File 'quick_sight/cfn_analysis.rb', line 14196

def self.jsii_properties
  {
    :style => "style",
  }
end

Instance Method Details

#to_jsiiObject



14202
14203
14204
14205
14206
14207
14208
# File 'quick_sight/cfn_analysis.rb', line 14202

def to_jsii
  result = {}
  result.merge!({
    "style" => @style,
  })
  result.compact
end