Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + Description terra.StringValue + Family terra.StringValue + Id terra.StringValue + Name terra.StringValue + NamePrefix terra.StringValue + Parameter []Parameter + Tags terra.MapValue[terra.StringValue] + TagsAll terra.MapValue[terra.StringValue] + type Parameter struct + ApplyMethod terra.StringValue + Name terra.StringValue + Value terra.StringValue + type ParameterAttributes struct + func (p ParameterAttributes) ApplyMethod() terra.StringValue + func (p ParameterAttributes) InternalRef() (terra.Reference, error) + func (p ParameterAttributes) InternalTokens() (hclwrite.Tokens, error) + func (p ParameterAttributes) InternalWithRef(ref terra.Reference) ParameterAttributes + func (p ParameterAttributes) Name() terra.StringValue + func (p ParameterAttributes) Value() terra.StringValue + type ParameterState struct + ApplyMethod string + Name string + Value string + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (arcpg *Resource) Attributes() awsRdsClusterParameterGroupAttributes + func (arcpg *Resource) Configuration() interface{} + func (arcpg *Resource) DependOn() terra.Reference + func (arcpg *Resource) Dependencies() terra.Dependencies + func (arcpg *Resource) ImportState(state io.Reader) error + func (arcpg *Resource) LifecycleManagement() *terra.Lifecycle + func (arcpg *Resource) LocalName() string + func (arcpg *Resource) State() (*awsRdsClusterParameterGroupState, bool) + func (arcpg *Resource) StateMust() *awsRdsClusterParameterGroupState + func (arcpg *Resource) Type() string