Documentation ¶
Index ¶
- type Details
- type DetailsAttributes
- func (d DetailsAttributes) ConstraintId() terra.StringValue
- func (d DetailsAttributes) Description() terra.StringValue
- func (d DetailsAttributes) InternalRef() (terra.Reference, error)
- func (d DetailsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (d DetailsAttributes) InternalWithRef(ref terra.Reference) DetailsAttributes
- func (d DetailsAttributes) Owner() terra.StringValue
- func (d DetailsAttributes) PortfolioId() terra.StringValue
- func (d DetailsAttributes) ProductId() terra.StringValue
- func (d DetailsAttributes) Type() terra.StringValue
- type DetailsState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DetailsAttributes ¶
type DetailsAttributes struct {
// contains filtered or unexported fields
}
func (DetailsAttributes) ConstraintId ¶
func (d DetailsAttributes) ConstraintId() terra.StringValue
func (DetailsAttributes) Description ¶
func (d DetailsAttributes) Description() terra.StringValue
func (DetailsAttributes) InternalRef ¶
func (d DetailsAttributes) InternalRef() (terra.Reference, error)
func (DetailsAttributes) InternalTokens ¶
func (d DetailsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DetailsAttributes) InternalWithRef ¶
func (d DetailsAttributes) InternalWithRef(ref terra.Reference) DetailsAttributes
func (DetailsAttributes) Owner ¶
func (d DetailsAttributes) Owner() terra.StringValue
func (DetailsAttributes) PortfolioId ¶
func (d DetailsAttributes) PortfolioId() terra.StringValue
func (DetailsAttributes) ProductId ¶
func (d DetailsAttributes) ProductId() terra.StringValue
func (DetailsAttributes) Type ¶
func (d DetailsAttributes) Type() terra.StringValue
type DetailsState ¶
type Timeouts ¶
type Timeouts struct { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
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) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
type TimeoutsState ¶
type TimeoutsState struct {
Read string `json:"read"`
}
Click to show internal directories.
Click to hide internal directories.