Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + AutoscalingPolicy terra.StringValue + BidPrice terra.StringValue + ClusterId terra.StringValue + ConfigurationsJson terra.StringValue + EbsConfig []EbsConfig + EbsOptimized terra.BoolValue + Id terra.StringValue + InstanceCount terra.NumberValue + InstanceType terra.StringValue + Name terra.StringValue + type EbsConfig struct + Iops terra.NumberValue + Size terra.NumberValue + Type terra.StringValue + VolumesPerInstance terra.NumberValue + type EbsConfigAttributes struct + func (ec EbsConfigAttributes) InternalRef() (terra.Reference, error) + func (ec EbsConfigAttributes) InternalTokens() (hclwrite.Tokens, error) + func (ec EbsConfigAttributes) InternalWithRef(ref terra.Reference) EbsConfigAttributes + func (ec EbsConfigAttributes) Iops() terra.NumberValue + func (ec EbsConfigAttributes) Size() terra.NumberValue + func (ec EbsConfigAttributes) Type() terra.StringValue + func (ec EbsConfigAttributes) VolumesPerInstance() terra.NumberValue + type EbsConfigState struct + Iops float64 + Size float64 + Type string + VolumesPerInstance float64 + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (aeig *Resource) Attributes() awsEmrInstanceGroupAttributes + func (aeig *Resource) Configuration() interface{} + func (aeig *Resource) DependOn() terra.Reference + func (aeig *Resource) Dependencies() terra.Dependencies + func (aeig *Resource) ImportState(state io.Reader) error + func (aeig *Resource) LifecycleManagement() *terra.Lifecycle + func (aeig *Resource) LocalName() string + func (aeig *Resource) State() (*awsEmrInstanceGroupState, bool) + func (aeig *Resource) StateMust() *awsEmrInstanceGroupState + func (aeig *Resource) Type() string