Documentation
¶
Index ¶
- type PrivateEndpointConnections
- type PrivateEndpointConnectionsAttributes
- func (pec PrivateEndpointConnectionsAttributes) ActionRequired() terra.StringValue
- func (pec PrivateEndpointConnectionsAttributes) ConnectionId() terra.StringValue
- func (pec PrivateEndpointConnectionsAttributes) ConnectionName() terra.StringValue
- func (pec PrivateEndpointConnectionsAttributes) Description() terra.StringValue
- func (pec PrivateEndpointConnectionsAttributes) InternalRef() (terra.Reference, error)
- func (pec PrivateEndpointConnectionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pec PrivateEndpointConnectionsAttributes) InternalWithRef(ref terra.Reference) PrivateEndpointConnectionsAttributes
- func (pec PrivateEndpointConnectionsAttributes) PrivateEndpointId() terra.StringValue
- func (pec PrivateEndpointConnectionsAttributes) PrivateEndpointName() terra.StringValue
- func (pec PrivateEndpointConnectionsAttributes) Status() terra.StringValue
- type PrivateEndpointConnectionsState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrivateEndpointConnections ¶
type PrivateEndpointConnections struct{}
type PrivateEndpointConnectionsAttributes ¶
type PrivateEndpointConnectionsAttributes struct {
// contains filtered or unexported fields
}
func (PrivateEndpointConnectionsAttributes) ActionRequired ¶
func (pec PrivateEndpointConnectionsAttributes) ActionRequired() terra.StringValue
func (PrivateEndpointConnectionsAttributes) ConnectionId ¶
func (pec PrivateEndpointConnectionsAttributes) ConnectionId() terra.StringValue
func (PrivateEndpointConnectionsAttributes) ConnectionName ¶
func (pec PrivateEndpointConnectionsAttributes) ConnectionName() terra.StringValue
func (PrivateEndpointConnectionsAttributes) Description ¶
func (pec PrivateEndpointConnectionsAttributes) Description() terra.StringValue
func (PrivateEndpointConnectionsAttributes) InternalRef ¶
func (pec PrivateEndpointConnectionsAttributes) InternalRef() (terra.Reference, error)
func (PrivateEndpointConnectionsAttributes) InternalTokens ¶
func (pec PrivateEndpointConnectionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PrivateEndpointConnectionsAttributes) InternalWithRef ¶
func (pec PrivateEndpointConnectionsAttributes) InternalWithRef(ref terra.Reference) PrivateEndpointConnectionsAttributes
func (PrivateEndpointConnectionsAttributes) PrivateEndpointId ¶
func (pec PrivateEndpointConnectionsAttributes) PrivateEndpointId() terra.StringValue
func (PrivateEndpointConnectionsAttributes) PrivateEndpointName ¶
func (pec PrivateEndpointConnectionsAttributes) PrivateEndpointName() terra.StringValue
func (PrivateEndpointConnectionsAttributes) Status ¶
func (pec PrivateEndpointConnectionsAttributes) Status() terra.StringValue
type PrivateEndpointConnectionsState ¶
type PrivateEndpointConnectionsState struct { ActionRequired string `json:"action_required"` ConnectionId string `json:"connection_id"` ConnectionName string `json:"connection_name"` Description string `json:"description"` PrivateEndpointId string `json:"private_endpoint_id"` PrivateEndpointName string `json:"private_endpoint_name"` Status string `json:"status"` }
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.