Documentation ¶
Index ¶
- type DestinationConfiguration
- type DestinationConfigurationAttributes
- func (dc DestinationConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (dc DestinationConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (dc DestinationConfigurationAttributes) InternalWithRef(ref terra.Reference) DestinationConfigurationAttributes
- func (dc DestinationConfigurationAttributes) S3() terra.ListValue[S3Attributes]
- type DestinationConfigurationState
- type S3
- type S3Attributes
- type S3State
- type ThumbnailConfiguration
- type ThumbnailConfigurationAttributes
- func (tc ThumbnailConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (tc ThumbnailConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (tc ThumbnailConfigurationAttributes) InternalWithRef(ref terra.Reference) ThumbnailConfigurationAttributes
- func (tc ThumbnailConfigurationAttributes) RecordingMode() terra.StringValue
- func (tc ThumbnailConfigurationAttributes) TargetIntervalSeconds() terra.NumberValue
- type ThumbnailConfigurationState
- 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
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DestinationConfiguration ¶
type DestinationConfiguration struct { // S3: required S3 *S3 `hcl:"s3,block" validate:"required"` }
type DestinationConfigurationAttributes ¶
type DestinationConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (DestinationConfigurationAttributes) InternalRef ¶
func (dc DestinationConfigurationAttributes) InternalRef() (terra.Reference, error)
func (DestinationConfigurationAttributes) InternalTokens ¶
func (dc DestinationConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DestinationConfigurationAttributes) InternalWithRef ¶
func (dc DestinationConfigurationAttributes) InternalWithRef(ref terra.Reference) DestinationConfigurationAttributes
func (DestinationConfigurationAttributes) S3 ¶
func (dc DestinationConfigurationAttributes) S3() terra.ListValue[S3Attributes]
type DestinationConfigurationState ¶
type DestinationConfigurationState struct {
S3 []S3State `json:"s3"`
}
type S3 ¶
type S3 struct { // BucketName: string, required BucketName terra.StringValue `hcl:"bucket_name,attr" validate:"required"` }
type S3Attributes ¶
type S3Attributes struct {
// contains filtered or unexported fields
}
func (S3Attributes) BucketName ¶
func (s S3Attributes) BucketName() terra.StringValue
func (S3Attributes) InternalRef ¶
func (s S3Attributes) InternalRef() (terra.Reference, error)
func (S3Attributes) InternalTokens ¶
func (s S3Attributes) InternalTokens() (hclwrite.Tokens, error)
func (S3Attributes) InternalWithRef ¶
func (s S3Attributes) InternalWithRef(ref terra.Reference) S3Attributes
type ThumbnailConfiguration ¶
type ThumbnailConfiguration struct { // RecordingMode: string, optional RecordingMode terra.StringValue `hcl:"recording_mode,attr"` // TargetIntervalSeconds: number, optional TargetIntervalSeconds terra.NumberValue `hcl:"target_interval_seconds,attr"` }
type ThumbnailConfigurationAttributes ¶
type ThumbnailConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (ThumbnailConfigurationAttributes) InternalRef ¶
func (tc ThumbnailConfigurationAttributes) InternalRef() (terra.Reference, error)
func (ThumbnailConfigurationAttributes) InternalTokens ¶
func (tc ThumbnailConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ThumbnailConfigurationAttributes) InternalWithRef ¶
func (tc ThumbnailConfigurationAttributes) InternalWithRef(ref terra.Reference) ThumbnailConfigurationAttributes
func (ThumbnailConfigurationAttributes) RecordingMode ¶
func (tc ThumbnailConfigurationAttributes) RecordingMode() terra.StringValue
func (ThumbnailConfigurationAttributes) TargetIntervalSeconds ¶
func (tc ThumbnailConfigurationAttributes) TargetIntervalSeconds() terra.NumberValue
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,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
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.