Documentation ¶
Index ¶
- type AccessPolicy
- type AccessPolicyAttributes
- func (ap AccessPolicyAttributes) Expiry() terra.StringValue
- func (ap AccessPolicyAttributes) InternalRef() (terra.Reference, error)
- func (ap AccessPolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ap AccessPolicyAttributes) InternalWithRef(ref terra.Reference) AccessPolicyAttributes
- func (ap AccessPolicyAttributes) Permissions() terra.StringValue
- func (ap AccessPolicyAttributes) Start() terra.StringValue
- type AccessPolicyState
- type Acl
- type AclAttributes
- func (a AclAttributes) AccessPolicy() terra.ListValue[AccessPolicyAttributes]
- func (a AclAttributes) Id() terra.StringValue
- func (a AclAttributes) InternalRef() (terra.Reference, error)
- func (a AclAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (a AclAttributes) InternalWithRef(ref terra.Reference) AclAttributes
- type AclState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessPolicy ¶
type AccessPolicy struct{}
type AccessPolicyAttributes ¶
type AccessPolicyAttributes struct {
// contains filtered or unexported fields
}
func (AccessPolicyAttributes) Expiry ¶
func (ap AccessPolicyAttributes) Expiry() terra.StringValue
func (AccessPolicyAttributes) InternalRef ¶
func (ap AccessPolicyAttributes) InternalRef() (terra.Reference, error)
func (AccessPolicyAttributes) InternalTokens ¶
func (ap AccessPolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AccessPolicyAttributes) InternalWithRef ¶
func (ap AccessPolicyAttributes) InternalWithRef(ref terra.Reference) AccessPolicyAttributes
func (AccessPolicyAttributes) Permissions ¶
func (ap AccessPolicyAttributes) Permissions() terra.StringValue
func (AccessPolicyAttributes) Start ¶
func (ap AccessPolicyAttributes) Start() terra.StringValue
type AccessPolicyState ¶
type Acl ¶
type Acl struct { // AccessPolicy: min=0 AccessPolicy []AccessPolicy `hcl:"access_policy,block" validate:"min=0"` }
type AclAttributes ¶
type AclAttributes struct {
// contains filtered or unexported fields
}
func (AclAttributes) AccessPolicy ¶
func (a AclAttributes) AccessPolicy() terra.ListValue[AccessPolicyAttributes]
func (AclAttributes) Id ¶
func (a AclAttributes) Id() terra.StringValue
func (AclAttributes) InternalRef ¶
func (a AclAttributes) InternalRef() (terra.Reference, error)
func (AclAttributes) InternalTokens ¶
func (a AclAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AclAttributes) InternalWithRef ¶
func (a AclAttributes) InternalWithRef(ref terra.Reference) AclAttributes
type AclState ¶
type AclState struct { Id string `json:"id"` AccessPolicy []AccessPolicyState `json:"access_policy"` }
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.