Documentation ¶
Index ¶
- type Password1
- type Password1Attributes
- func (p Password1Attributes) Expiry() terra.StringValue
- func (p Password1Attributes) InternalRef() (terra.Reference, error)
- func (p Password1Attributes) InternalTokens() (hclwrite.Tokens, error)
- func (p Password1Attributes) InternalWithRef(ref terra.Reference) Password1Attributes
- func (p Password1Attributes) Value() terra.StringValue
- type Password1State
- type Password2
- type Password2Attributes
- func (p Password2Attributes) Expiry() terra.StringValue
- func (p Password2Attributes) InternalRef() (terra.Reference, error)
- func (p Password2Attributes) InternalTokens() (hclwrite.Tokens, error)
- func (p Password2Attributes) InternalWithRef(ref terra.Reference) Password2Attributes
- func (p Password2Attributes) Value() terra.StringValue
- type Password2State
- 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) Read() terra.StringValue
- 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 Password1 ¶
type Password1 struct { // Expiry: string, optional Expiry terra.StringValue `hcl:"expiry,attr"` }
type Password1Attributes ¶
type Password1Attributes struct {
// contains filtered or unexported fields
}
func (Password1Attributes) Expiry ¶
func (p Password1Attributes) Expiry() terra.StringValue
func (Password1Attributes) InternalRef ¶
func (p Password1Attributes) InternalRef() (terra.Reference, error)
func (Password1Attributes) InternalTokens ¶
func (p Password1Attributes) InternalTokens() (hclwrite.Tokens, error)
func (Password1Attributes) InternalWithRef ¶
func (p Password1Attributes) InternalWithRef(ref terra.Reference) Password1Attributes
func (Password1Attributes) Value ¶
func (p Password1Attributes) Value() terra.StringValue
type Password1State ¶
type Password2 ¶
type Password2 struct { // Expiry: string, optional Expiry terra.StringValue `hcl:"expiry,attr"` }
type Password2Attributes ¶
type Password2Attributes struct {
// contains filtered or unexported fields
}
func (Password2Attributes) Expiry ¶
func (p Password2Attributes) Expiry() terra.StringValue
func (Password2Attributes) InternalRef ¶
func (p Password2Attributes) InternalRef() (terra.Reference, error)
func (Password2Attributes) InternalTokens ¶
func (p Password2Attributes) InternalTokens() (hclwrite.Tokens, error)
func (Password2Attributes) InternalWithRef ¶
func (p Password2Attributes) InternalWithRef(ref terra.Reference) Password2Attributes
func (Password2Attributes) Value ¶
func (p Password2Attributes) Value() terra.StringValue
type Password2State ¶
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Read: string, optional Read terra.StringValue `hcl:"read,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) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
Click to show internal directories.
Click to hide internal directories.