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 + Ingress []Ingress + Name terra.StringValue + type Ingress struct + Cidr terra.StringValue + SecurityGroupName terra.StringValue + SecurityGroupOwnerId terra.StringValue + type IngressAttributes struct + func (i IngressAttributes) Cidr() terra.StringValue + func (i IngressAttributes) InternalRef() (terra.Reference, error) + func (i IngressAttributes) InternalTokens() (hclwrite.Tokens, error) + func (i IngressAttributes) InternalWithRef(ref terra.Reference) IngressAttributes + func (i IngressAttributes) SecurityGroupName() terra.StringValue + func (i IngressAttributes) SecurityGroupOwnerId() terra.StringValue + type IngressState struct + Cidr string + SecurityGroupName string + SecurityGroupOwnerId 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() awsRedshiftSecurityGroupAttributes + 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() (*awsRedshiftSecurityGroupState, bool) + func (arsg *Resource) StateMust() *awsRedshiftSecurityGroupState + func (arsg *Resource) Type() string