Documentation ¶
Overview ¶
AUTOGENERATED CODE DO NOT EDIT This file is automatically generated from /internal/codegen/templates/aws_helpers_file.tmpl
AUTOGENERATED CODE DO NOT EDIT This file is automatically generated from /internal/codegen/templates/aws_referenced_resource_file.tmpl
AUTOGENERATED CODE DO NOT EDIT This file is automatically generated from /internal/codegen/templates/aws_resource_file.tmpl
AUTOGENERATED CODE DO NOT EDIT This file is automatically generated from /internal/codegen/templates/aws_fetching_file.tmpl
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RollbackConfiguration ¶
type RollbackConfiguration struct { MonitoringTimeInMinutes int32 `` /* 257-byte string literal not displayed */ RollbackTriggers []*RollbackTrigger `` /* 220-byte string literal not displayed */ }
type RollbackTrigger ¶
type Stack ¶
type Stack struct { CreationTime int64 `` /* 210-byte string literal not displayed */ StackName string `` /* 185-byte string literal not displayed */ StackStatus string `` /* 197-byte string literal not displayed */ Capabilities []string `` /* 235-byte string literal not displayed */ ChangeSetId string `` /* 203-byte string literal not displayed */ DeletionTime int64 `` /* 210-byte string literal not displayed */ Description string `` /* 191-byte string literal not displayed */ DisableRollback bool `` /* 189-byte string literal not displayed */ DriftInformation *StackDriftInformation `` /* 192-byte string literal not displayed */ EnableTerminationProtection bool `` /* 267-byte string literal not displayed */ LastUpdatedTime int64 `` /* 234-byte string literal not displayed */ NotificationARNs []string `` /* 265-byte string literal not displayed */ Outputs []*Output `` /* 160-byte string literal not displayed */ Parameters []*Parameter `` /* 178-byte string literal not displayed */ ParentId string `` /* 179-byte string literal not displayed */ RoleARN string `` /* 173-byte string literal not displayed */ RollbackConfiguration *RollbackConfiguration `` /* 222-byte string literal not displayed */ RootId string `` /* 167-byte string literal not displayed */ StackId string `` /* 213-byte string literal not displayed */ StackStatusReason string `` /* 239-byte string literal not displayed */ Tags map[string]string `` /* 209-byte string literal not displayed */ TimeoutInMinutes int32 `` /* 209-byte string literal not displayed */ AccountId string `` /* 185-byte string literal not displayed */ Region string `` /* 161-byte string literal not displayed */ ReportTime int64 `` /* 208-byte string literal not displayed */ InventoryUUID string `` /* 152-byte string literal not displayed */ }
func FetchStacks ¶
func FetchStacks(ctx context.Context, params *aws.AwsFetchInput) ([]*Stack, *aws.AwsFetchOutputMetadata)
type StackDriftInformation ¶
Click to show internal directories.
Click to hide internal directories.