Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + Destinations []Destinations + Id terra.StringValue + InputDevices []InputDevices + InputSecurityGroups terra.ListValue[terra.StringValue] + MediaConnectFlows []MediaConnectFlows + Name terra.StringValue + RoleArn terra.StringValue + Sources []Sources + Tags terra.MapValue[terra.StringValue] + TagsAll terra.MapValue[terra.StringValue] + Timeouts *Timeouts + Type terra.StringValue + Vpc *Vpc + type Destinations struct + StreamName terra.StringValue + type DestinationsAttributes struct + func (d DestinationsAttributes) InternalRef() (terra.Reference, error) + func (d DestinationsAttributes) InternalTokens() (hclwrite.Tokens, error) + func (d DestinationsAttributes) InternalWithRef(ref terra.Reference) DestinationsAttributes + func (d DestinationsAttributes) StreamName() terra.StringValue + type DestinationsState struct + StreamName string + type InputDevices struct + Id terra.StringValue + type InputDevicesAttributes struct + func (id InputDevicesAttributes) Id() terra.StringValue + func (id InputDevicesAttributes) InternalRef() (terra.Reference, error) + func (id InputDevicesAttributes) InternalTokens() (hclwrite.Tokens, error) + func (id InputDevicesAttributes) InternalWithRef(ref terra.Reference) InputDevicesAttributes + type InputDevicesState struct + Id string + type MediaConnectFlows struct + FlowArn terra.StringValue + type MediaConnectFlowsAttributes struct + func (mcf MediaConnectFlowsAttributes) FlowArn() terra.StringValue + func (mcf MediaConnectFlowsAttributes) InternalRef() (terra.Reference, error) + func (mcf MediaConnectFlowsAttributes) InternalTokens() (hclwrite.Tokens, error) + func (mcf MediaConnectFlowsAttributes) InternalWithRef(ref terra.Reference) MediaConnectFlowsAttributes + type MediaConnectFlowsState struct + FlowArn string + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (ami *Resource) Attributes() awsMedialiveInputAttributes + func (ami *Resource) Configuration() interface{} + func (ami *Resource) DependOn() terra.Reference + func (ami *Resource) Dependencies() terra.Dependencies + func (ami *Resource) ImportState(state io.Reader) error + func (ami *Resource) LifecycleManagement() *terra.Lifecycle + func (ami *Resource) LocalName() string + func (ami *Resource) State() (*awsMedialiveInputState, bool) + func (ami *Resource) StateMust() *awsMedialiveInputState + func (ami *Resource) Type() string + type Sources struct + PasswordParam terra.StringValue + Url terra.StringValue + Username terra.StringValue + type SourcesAttributes struct + func (s SourcesAttributes) InternalRef() (terra.Reference, error) + func (s SourcesAttributes) InternalTokens() (hclwrite.Tokens, error) + func (s SourcesAttributes) InternalWithRef(ref terra.Reference) SourcesAttributes + func (s SourcesAttributes) PasswordParam() terra.StringValue + func (s SourcesAttributes) Url() terra.StringValue + func (s SourcesAttributes) Username() terra.StringValue + type SourcesState struct + PasswordParam string + Url string + Username string + type Timeouts struct + Create terra.StringValue + Delete terra.StringValue + Update terra.StringValue + type TimeoutsAttributes struct + func (t TimeoutsAttributes) Create() terra.StringValue + func (t TimeoutsAttributes) Delete() terra.StringValue + func (t TimeoutsAttributes) InternalRef() (terra.Reference, error) + func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error) + func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes + func (t TimeoutsAttributes) Update() terra.StringValue + type TimeoutsState struct + Create string + Delete string + Update string + type Vpc struct + SecurityGroupIds terra.ListValue[terra.StringValue] + SubnetIds terra.ListValue[terra.StringValue] + type VpcAttributes struct + func (v VpcAttributes) InternalRef() (terra.Reference, error) + func (v VpcAttributes) InternalTokens() (hclwrite.Tokens, error) + func (v VpcAttributes) InternalWithRef(ref terra.Reference) VpcAttributes + func (v VpcAttributes) SecurityGroupIds() terra.ListValue[terra.StringValue] + func (v VpcAttributes) SubnetIds() terra.ListValue[terra.StringValue] + type VpcState struct + SecurityGroupIds []string + SubnetIds []string