Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + ExclusiveEndTime terra.StringValue + Id terra.StringValue + InclusiveStartTime terra.StringValue + KinesisConfiguration *KinesisConfiguration + LedgerName terra.StringValue + RoleArn terra.StringValue + StreamName terra.StringValue + Tags terra.MapValue[terra.StringValue] + TagsAll terra.MapValue[terra.StringValue] + type KinesisConfiguration struct + AggregationEnabled terra.BoolValue + StreamArn terra.StringValue + type KinesisConfigurationAttributes struct + func (kc KinesisConfigurationAttributes) AggregationEnabled() terra.BoolValue + func (kc KinesisConfigurationAttributes) InternalRef() (terra.Reference, error) + func (kc KinesisConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error) + func (kc KinesisConfigurationAttributes) InternalWithRef(ref terra.Reference) KinesisConfigurationAttributes + func (kc KinesisConfigurationAttributes) StreamArn() terra.StringValue + type KinesisConfigurationState struct + AggregationEnabled bool + StreamArn string + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (aqs *Resource) Attributes() awsQldbStreamAttributes + func (aqs *Resource) Configuration() interface{} + func (aqs *Resource) DependOn() terra.Reference + func (aqs *Resource) Dependencies() terra.Dependencies + func (aqs *Resource) ImportState(state io.Reader) error + func (aqs *Resource) LifecycleManagement() *terra.Lifecycle + func (aqs *Resource) LocalName() string + func (aqs *Resource) State() (*awsQldbStreamState, bool) + func (aqs *Resource) StateMust() *awsQldbStreamState + func (aqs *Resource) Type() string