Documentation ¶
Index ¶
- type S3Path
- type S3PathAttributes
- func (sp S3PathAttributes) Bucket() terra.StringValue
- func (sp S3PathAttributes) InternalRef() (terra.Reference, error)
- func (sp S3PathAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sp S3PathAttributes) InternalWithRef(ref terra.Reference) S3PathAttributes
- func (sp S3PathAttributes) Key() terra.StringValue
- type S3PathState
- 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 S3Path ¶
type S3Path struct { // Bucket: string, required Bucket terra.StringValue `hcl:"bucket,attr" validate:"required"` // Key: string, required Key terra.StringValue `hcl:"key,attr" validate:"required"` }
type S3PathAttributes ¶
type S3PathAttributes struct {
// contains filtered or unexported fields
}
func (S3PathAttributes) Bucket ¶
func (sp S3PathAttributes) Bucket() terra.StringValue
func (S3PathAttributes) InternalRef ¶
func (sp S3PathAttributes) InternalRef() (terra.Reference, error)
func (S3PathAttributes) InternalTokens ¶
func (sp S3PathAttributes) InternalTokens() (hclwrite.Tokens, error)
func (S3PathAttributes) InternalWithRef ¶
func (sp S3PathAttributes) InternalWithRef(ref terra.Reference) S3PathAttributes
func (S3PathAttributes) Key ¶
func (sp S3PathAttributes) Key() terra.StringValue
type S3PathState ¶
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.