Documentation ¶
Index ¶
- Variables
- func KeyValueToSDK(input []KeyValueModel) []*client.KeyValueInput
- func ListStringToModel(input []string) []types.String
- func ListStringToSDK(input []basetypes.StringValue) []string
- func ListToModel(input []string) types.List
- func MaintenanceWindowsToSDK(maintenanceWindows []MaintenanceWindowModel) []*client.MaintenanceWindowSpecInput
- func ReservationsToModel(input []client.NodeReservation) types.Set
- func SetToModel(input []string) types.Set
- type EnvResourceBase
- type KeyValueModel
- type MaintenanceWindowModel
- type NodeGroupsModel
Constants ¶
This section is empty.
Variables ¶
View Source
var DELETE_POLL_INTERVAL = 30 * time.Second
View Source
var DELETE_TIMEOUT = time.Duration(60) * time.Minute
View Source
var MFA_TIMEOUT = time.Duration(5) * time.Minute
Functions ¶
func KeyValueToSDK ¶
func KeyValueToSDK(input []KeyValueModel) []*client.KeyValueInput
func ListStringToModel ¶
func ListStringToSDK ¶
func ListStringToSDK(input []basetypes.StringValue) []string
func ListToModel ¶
func MaintenanceWindowsToSDK ¶
func MaintenanceWindowsToSDK(maintenanceWindows []MaintenanceWindowModel) []*client.MaintenanceWindowSpecInput
func ReservationsToModel ¶
func ReservationsToModel(input []client.NodeReservation) types.Set
func SetToModel ¶
Types ¶
type EnvResourceBase ¶ added in v0.3.0
func (*EnvResourceBase) Configure ¶ added in v0.3.0
func (r *EnvResourceBase) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*EnvResourceBase) ImportState ¶ added in v0.3.0
func (r *EnvResourceBase) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
func (*EnvResourceBase) ModifyPlan ¶ added in v0.3.0
func (r *EnvResourceBase) ModifyPlan(ctx context.Context, req resource.ModifyPlanRequest, resp *resource.ModifyPlanResponse)
type KeyValueModel ¶
type MaintenanceWindowModel ¶
Click to show internal directories.
Click to hide internal directories.