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 + Id terra.StringValue + Name terra.StringValue + SubnetIds terra.SetValue[terra.StringValue] + Tags terra.MapValue[terra.StringValue] + TagsAll terra.MapValue[terra.StringValue] + type DataArgs struct + Id terra.StringValue + Name terra.StringValue + Tags terra.MapValue[terra.StringValue] + type DataSource struct + Args DataArgs + Name string + func Data(name string, args DataArgs) *DataSource + func (arsg *DataSource) Attributes() dataAwsRedshiftSubnetGroupAttributes + func (arsg *DataSource) Configuration() interface{} + func (arsg *DataSource) DataSource() string + func (arsg *DataSource) LocalName() string + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (arsg *Resource) Attributes() awsRedshiftSubnetGroupAttributes + func (arsg *Resource) Configuration() interface{} + func (arsg *Resource) DependOn() terra.Reference + func (arsg *Resource) Dependencies() terra.Dependencies + func (arsg *Resource) ImportState(state io.Reader) error + func (arsg *Resource) LifecycleManagement() *terra.Lifecycle + func (arsg *Resource) LocalName() string + func (arsg *Resource) State() (*awsRedshiftSubnetGroupState, bool) + func (arsg *Resource) StateMust() *awsRedshiftSubnetGroupState + func (arsg *Resource) Type() string