Documentation ¶
Index ¶
- type RoleTemplates
- type RoleTemplatesAttributes
- func (rt RoleTemplatesAttributes) Description() terra.StringValue
- func (rt RoleTemplatesAttributes) DisplayName() terra.StringValue
- func (rt RoleTemplatesAttributes) InternalRef() (terra.Reference, error)
- func (rt RoleTemplatesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rt RoleTemplatesAttributes) InternalWithRef(ref terra.Reference) RoleTemplatesAttributes
- func (rt RoleTemplatesAttributes) ObjectId() terra.StringValue
- type RoleTemplatesState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RoleTemplates ¶
type RoleTemplates struct{}
type RoleTemplatesAttributes ¶
type RoleTemplatesAttributes struct {
// contains filtered or unexported fields
}
func (RoleTemplatesAttributes) Description ¶
func (rt RoleTemplatesAttributes) Description() terra.StringValue
func (RoleTemplatesAttributes) DisplayName ¶
func (rt RoleTemplatesAttributes) DisplayName() terra.StringValue
func (RoleTemplatesAttributes) InternalRef ¶
func (rt RoleTemplatesAttributes) InternalRef() (terra.Reference, error)
func (RoleTemplatesAttributes) InternalTokens ¶
func (rt RoleTemplatesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RoleTemplatesAttributes) InternalWithRef ¶
func (rt RoleTemplatesAttributes) InternalWithRef(ref terra.Reference) RoleTemplatesAttributes
func (RoleTemplatesAttributes) ObjectId ¶
func (rt RoleTemplatesAttributes) ObjectId() terra.StringValue
type RoleTemplatesState ¶
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.