Documentation ¶
Index ¶
- type DeploymentTargets
- type DeploymentTargetsAttributes
- func (dt DeploymentTargetsAttributes) InternalRef() (terra.Reference, error)
- func (dt DeploymentTargetsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (dt DeploymentTargetsAttributes) InternalWithRef(ref terra.Reference) DeploymentTargetsAttributes
- func (dt DeploymentTargetsAttributes) OrganizationalUnitIds() terra.SetValue[terra.StringValue]
- type DeploymentTargetsState
- type OperationPreferences
- type OperationPreferencesAttributes
- func (op OperationPreferencesAttributes) FailureToleranceCount() terra.NumberValue
- func (op OperationPreferencesAttributes) FailureTolerancePercentage() terra.NumberValue
- func (op OperationPreferencesAttributes) InternalRef() (terra.Reference, error)
- func (op OperationPreferencesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (op OperationPreferencesAttributes) InternalWithRef(ref terra.Reference) OperationPreferencesAttributes
- func (op OperationPreferencesAttributes) MaxConcurrentCount() terra.NumberValue
- func (op OperationPreferencesAttributes) MaxConcurrentPercentage() terra.NumberValue
- func (op OperationPreferencesAttributes) RegionConcurrencyType() terra.StringValue
- func (op OperationPreferencesAttributes) RegionOrder() terra.ListValue[terra.StringValue]
- type OperationPreferencesState
- type StackInstanceSummaries
- type StackInstanceSummariesAttributes
- func (sis StackInstanceSummariesAttributes) AccountId() terra.StringValue
- func (sis StackInstanceSummariesAttributes) InternalRef() (terra.Reference, error)
- func (sis StackInstanceSummariesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sis StackInstanceSummariesAttributes) InternalWithRef(ref terra.Reference) StackInstanceSummariesAttributes
- func (sis StackInstanceSummariesAttributes) OrganizationalUnitId() terra.StringValue
- func (sis StackInstanceSummariesAttributes) StackId() terra.StringValue
- type StackInstanceSummariesState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentTargets ¶
type DeploymentTargets struct { // OrganizationalUnitIds: set of string, optional OrganizationalUnitIds terra.SetValue[terra.StringValue] `hcl:"organizational_unit_ids,attr"` }
type DeploymentTargetsAttributes ¶
type DeploymentTargetsAttributes struct {
// contains filtered or unexported fields
}
func (DeploymentTargetsAttributes) InternalRef ¶
func (dt DeploymentTargetsAttributes) InternalRef() (terra.Reference, error)
func (DeploymentTargetsAttributes) InternalTokens ¶
func (dt DeploymentTargetsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DeploymentTargetsAttributes) InternalWithRef ¶
func (dt DeploymentTargetsAttributes) InternalWithRef(ref terra.Reference) DeploymentTargetsAttributes
func (DeploymentTargetsAttributes) OrganizationalUnitIds ¶
func (dt DeploymentTargetsAttributes) OrganizationalUnitIds() terra.SetValue[terra.StringValue]
type DeploymentTargetsState ¶
type DeploymentTargetsState struct {
OrganizationalUnitIds []string `json:"organizational_unit_ids"`
}
type OperationPreferences ¶
type OperationPreferences struct { // FailureToleranceCount: number, optional FailureToleranceCount terra.NumberValue `hcl:"failure_tolerance_count,attr"` // FailureTolerancePercentage: number, optional FailureTolerancePercentage terra.NumberValue `hcl:"failure_tolerance_percentage,attr"` // MaxConcurrentCount: number, optional MaxConcurrentCount terra.NumberValue `hcl:"max_concurrent_count,attr"` // MaxConcurrentPercentage: number, optional MaxConcurrentPercentage terra.NumberValue `hcl:"max_concurrent_percentage,attr"` // RegionConcurrencyType: string, optional RegionConcurrencyType terra.StringValue `hcl:"region_concurrency_type,attr"` // RegionOrder: list of string, optional RegionOrder terra.ListValue[terra.StringValue] `hcl:"region_order,attr"` }
type OperationPreferencesAttributes ¶
type OperationPreferencesAttributes struct {
// contains filtered or unexported fields
}
func (OperationPreferencesAttributes) FailureToleranceCount ¶
func (op OperationPreferencesAttributes) FailureToleranceCount() terra.NumberValue
func (OperationPreferencesAttributes) FailureTolerancePercentage ¶
func (op OperationPreferencesAttributes) FailureTolerancePercentage() terra.NumberValue
func (OperationPreferencesAttributes) InternalRef ¶
func (op OperationPreferencesAttributes) InternalRef() (terra.Reference, error)
func (OperationPreferencesAttributes) InternalTokens ¶
func (op OperationPreferencesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (OperationPreferencesAttributes) InternalWithRef ¶
func (op OperationPreferencesAttributes) InternalWithRef(ref terra.Reference) OperationPreferencesAttributes
func (OperationPreferencesAttributes) MaxConcurrentCount ¶
func (op OperationPreferencesAttributes) MaxConcurrentCount() terra.NumberValue
func (OperationPreferencesAttributes) MaxConcurrentPercentage ¶
func (op OperationPreferencesAttributes) MaxConcurrentPercentage() terra.NumberValue
func (OperationPreferencesAttributes) RegionConcurrencyType ¶
func (op OperationPreferencesAttributes) RegionConcurrencyType() terra.StringValue
func (OperationPreferencesAttributes) RegionOrder ¶
func (op OperationPreferencesAttributes) RegionOrder() terra.ListValue[terra.StringValue]
type OperationPreferencesState ¶
type OperationPreferencesState struct { FailureToleranceCount float64 `json:"failure_tolerance_count"` FailureTolerancePercentage float64 `json:"failure_tolerance_percentage"` MaxConcurrentCount float64 `json:"max_concurrent_count"` MaxConcurrentPercentage float64 `json:"max_concurrent_percentage"` RegionConcurrencyType string `json:"region_concurrency_type"` RegionOrder []string `json:"region_order"` }
type StackInstanceSummaries ¶
type StackInstanceSummaries struct{}
type StackInstanceSummariesAttributes ¶
type StackInstanceSummariesAttributes struct {
// contains filtered or unexported fields
}
func (StackInstanceSummariesAttributes) AccountId ¶
func (sis StackInstanceSummariesAttributes) AccountId() terra.StringValue
func (StackInstanceSummariesAttributes) InternalRef ¶
func (sis StackInstanceSummariesAttributes) InternalRef() (terra.Reference, error)
func (StackInstanceSummariesAttributes) InternalTokens ¶
func (sis StackInstanceSummariesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (StackInstanceSummariesAttributes) InternalWithRef ¶
func (sis StackInstanceSummariesAttributes) InternalWithRef(ref terra.Reference) StackInstanceSummariesAttributes
func (StackInstanceSummariesAttributes) OrganizationalUnitId ¶
func (sis StackInstanceSummariesAttributes) OrganizationalUnitId() terra.StringValue
func (StackInstanceSummariesAttributes) StackId ¶
func (sis StackInstanceSummariesAttributes) StackId() terra.StringValue
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
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) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.