Documentation ¶
Index ¶
- type Args
- type MultiplexSettings
- type MultiplexSettingsAttributes
- func (ms MultiplexSettingsAttributes) InternalRef() (terra.Reference, error)
- func (ms MultiplexSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ms MultiplexSettingsAttributes) InternalWithRef(ref terra.Reference) MultiplexSettingsAttributes
- func (ms MultiplexSettingsAttributes) MaximumVideoBufferDelayMilliseconds() terra.NumberValue
- func (ms MultiplexSettingsAttributes) TransportStreamBitrate() terra.NumberValue
- func (ms MultiplexSettingsAttributes) TransportStreamId() terra.NumberValue
- func (ms MultiplexSettingsAttributes) TransportStreamReservedBitrate() terra.NumberValue
- type MultiplexSettingsState
- type Resource
- func (amm *Resource) Attributes() awsMedialiveMultiplexAttributes
- func (amm *Resource) Configuration() interface{}
- func (amm *Resource) DependOn() terra.Reference
- func (amm *Resource) Dependencies() terra.Dependencies
- func (amm *Resource) ImportState(state io.Reader) error
- func (amm *Resource) LifecycleManagement() *terra.Lifecycle
- func (amm *Resource) LocalName() string
- func (amm *Resource) State() (*awsMedialiveMultiplexState, bool)
- func (amm *Resource) StateMust() *awsMedialiveMultiplexState
- func (amm *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AvailabilityZones: list of string, required AvailabilityZones terra.ListValue[terra.StringValue] `hcl:"availability_zones,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // StartMultiplex: bool, optional StartMultiplex terra.BoolValue `hcl:"start_multiplex,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TagsAll: map of string, optional TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"` // MultiplexSettings: optional MultiplexSettings *MultiplexSettings `hcl:"multiplex_settings,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_medialive_multiplex.
type MultiplexSettings ¶
type MultiplexSettings struct { // MaximumVideoBufferDelayMilliseconds: number, optional MaximumVideoBufferDelayMilliseconds terra.NumberValue `hcl:"maximum_video_buffer_delay_milliseconds,attr"` // TransportStreamBitrate: number, required TransportStreamBitrate terra.NumberValue `hcl:"transport_stream_bitrate,attr" validate:"required"` // TransportStreamId: number, required TransportStreamId terra.NumberValue `hcl:"transport_stream_id,attr" validate:"required"` // TransportStreamReservedBitrate: number, optional TransportStreamReservedBitrate terra.NumberValue `hcl:"transport_stream_reserved_bitrate,attr"` }
type MultiplexSettingsAttributes ¶
type MultiplexSettingsAttributes struct {
// contains filtered or unexported fields
}
func (MultiplexSettingsAttributes) InternalRef ¶
func (ms MultiplexSettingsAttributes) InternalRef() (terra.Reference, error)
func (MultiplexSettingsAttributes) InternalTokens ¶
func (ms MultiplexSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (MultiplexSettingsAttributes) InternalWithRef ¶
func (ms MultiplexSettingsAttributes) InternalWithRef(ref terra.Reference) MultiplexSettingsAttributes
func (MultiplexSettingsAttributes) MaximumVideoBufferDelayMilliseconds ¶
func (ms MultiplexSettingsAttributes) MaximumVideoBufferDelayMilliseconds() terra.NumberValue
func (MultiplexSettingsAttributes) TransportStreamBitrate ¶
func (ms MultiplexSettingsAttributes) TransportStreamBitrate() terra.NumberValue
func (MultiplexSettingsAttributes) TransportStreamId ¶
func (ms MultiplexSettingsAttributes) TransportStreamId() terra.NumberValue
func (MultiplexSettingsAttributes) TransportStreamReservedBitrate ¶
func (ms MultiplexSettingsAttributes) TransportStreamReservedBitrate() terra.NumberValue
type MultiplexSettingsState ¶
type MultiplexSettingsState struct { MaximumVideoBufferDelayMilliseconds float64 `json:"maximum_video_buffer_delay_milliseconds"` TransportStreamBitrate float64 `json:"transport_stream_bitrate"` TransportStreamId float64 `json:"transport_stream_id"` TransportStreamReservedBitrate float64 `json:"transport_stream_reserved_bitrate"` }
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource aws_medialive_multiplex.
func (*Resource) Attributes ¶
func (amm *Resource) Attributes() awsMedialiveMultiplexAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (amm *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (amm *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.