Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataSource
- type ReservationPlanSettings
- type ReservationPlanSettingsAttributes
- func (rps ReservationPlanSettingsAttributes) Commitment() terra.StringValue
- func (rps ReservationPlanSettingsAttributes) InternalRef() (terra.Reference, error)
- func (rps ReservationPlanSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rps ReservationPlanSettingsAttributes) InternalWithRef(ref terra.Reference) ReservationPlanSettingsAttributes
- func (rps ReservationPlanSettingsAttributes) RenewalType() terra.StringValue
- func (rps ReservationPlanSettingsAttributes) ReservedSlots() terra.NumberValue
- type ReservationPlanSettingsState
- type Resource
- func (amcq *Resource) Attributes() awsMediaConvertQueueAttributes
- func (amcq *Resource) Configuration() interface{}
- func (amcq *Resource) DependOn() terra.Reference
- func (amcq *Resource) Dependencies() terra.Dependencies
- func (amcq *Resource) ImportState(state io.Reader) error
- func (amcq *Resource) LifecycleManagement() *terra.Lifecycle
- func (amcq *Resource) LocalName() string
- func (amcq *Resource) State() (*awsMediaConvertQueueState, bool)
- func (amcq *Resource) StateMust() *awsMediaConvertQueueState
- func (amcq *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // PricingPlan: string, optional PricingPlan terra.StringValue `hcl:"pricing_plan,attr"` // Status: string, optional Status terra.StringValue `hcl:"status,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"` // ReservationPlanSettings: optional ReservationPlanSettings *ReservationPlanSettings `hcl:"reservation_plan_settings,block"` }
Args contains the configurations for aws_media_convert_queue.
type DataArgs ¶
type DataArgs struct { // Id: string, required Id terra.StringValue `hcl:"id,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` }
DataArgs contains the configurations for aws_media_convert_queue.
type DataSource ¶
DataSource represents the Terraform data resource aws_media_convert_queue.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (amcq *DataSource) Attributes() dataAwsMediaConvertQueueAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (amcq *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (amcq *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (amcq *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type ReservationPlanSettings ¶
type ReservationPlanSettings struct { // Commitment: string, required Commitment terra.StringValue `hcl:"commitment,attr" validate:"required"` // RenewalType: string, required RenewalType terra.StringValue `hcl:"renewal_type,attr" validate:"required"` // ReservedSlots: number, required ReservedSlots terra.NumberValue `hcl:"reserved_slots,attr" validate:"required"` }
type ReservationPlanSettingsAttributes ¶
type ReservationPlanSettingsAttributes struct {
// contains filtered or unexported fields
}
func (ReservationPlanSettingsAttributes) Commitment ¶
func (rps ReservationPlanSettingsAttributes) Commitment() terra.StringValue
func (ReservationPlanSettingsAttributes) InternalRef ¶
func (rps ReservationPlanSettingsAttributes) InternalRef() (terra.Reference, error)
func (ReservationPlanSettingsAttributes) InternalTokens ¶
func (rps ReservationPlanSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ReservationPlanSettingsAttributes) InternalWithRef ¶
func (rps ReservationPlanSettingsAttributes) InternalWithRef(ref terra.Reference) ReservationPlanSettingsAttributes
func (ReservationPlanSettingsAttributes) RenewalType ¶
func (rps ReservationPlanSettingsAttributes) RenewalType() terra.StringValue
func (ReservationPlanSettingsAttributes) ReservedSlots ¶
func (rps ReservationPlanSettingsAttributes) ReservedSlots() terra.NumberValue
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_media_convert_queue.
func (*Resource) Attributes ¶
func (amcq *Resource) Attributes() awsMediaConvertQueueAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (amcq *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (amcq *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.