Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + AcceptLanguage terra.StringValue + Id terra.StringValue + IgnoreErrors terra.BoolValue + Name terra.StringValue + NotificationArns terra.ListValue[terra.StringValue] + PathId terra.StringValue + PathName terra.StringValue + ProductId terra.StringValue + ProductName terra.StringValue + ProvisioningArtifactId terra.StringValue + ProvisioningArtifactName terra.StringValue + ProvisioningParameters []ProvisioningParameters + RetainPhysicalResources terra.BoolValue + StackSetProvisioningPreferences *StackSetProvisioningPreferences + Tags terra.MapValue[terra.StringValue] + TagsAll terra.MapValue[terra.StringValue] + Timeouts *Timeouts + type OutputsAttributes struct + func (o OutputsAttributes) Description() terra.StringValue + func (o OutputsAttributes) InternalRef() (terra.Reference, error) + func (o OutputsAttributes) InternalTokens() (hclwrite.Tokens, error) + func (o OutputsAttributes) InternalWithRef(ref terra.Reference) OutputsAttributes + func (o OutputsAttributes) Key() terra.StringValue + func (o OutputsAttributes) Value() terra.StringValue + type OutputsState struct + Description string + Key string + Value string + type ProvisioningParameters struct + Key terra.StringValue + UsePreviousValue terra.BoolValue + Value terra.StringValue + type ProvisioningParametersAttributes struct + func (pp ProvisioningParametersAttributes) InternalRef() (terra.Reference, error) + func (pp ProvisioningParametersAttributes) InternalTokens() (hclwrite.Tokens, error) + func (pp ProvisioningParametersAttributes) InternalWithRef(ref terra.Reference) ProvisioningParametersAttributes + func (pp ProvisioningParametersAttributes) Key() terra.StringValue + func (pp ProvisioningParametersAttributes) UsePreviousValue() terra.BoolValue + func (pp ProvisioningParametersAttributes) Value() terra.StringValue + type ProvisioningParametersState struct + Key string + UsePreviousValue bool + Value string + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (aspp *Resource) Attributes() awsServicecatalogProvisionedProductAttributes + func (aspp *Resource) Configuration() interface{} + func (aspp *Resource) DependOn() terra.Reference + func (aspp *Resource) Dependencies() terra.Dependencies + func (aspp *Resource) ImportState(state io.Reader) error + func (aspp *Resource) LifecycleManagement() *terra.Lifecycle + func (aspp *Resource) LocalName() string + func (aspp *Resource) State() (*awsServicecatalogProvisionedProductState, bool) + func (aspp *Resource) StateMust() *awsServicecatalogProvisionedProductState + func (aspp *Resource) Type() string + type StackSetProvisioningPreferences struct + Accounts terra.ListValue[terra.StringValue] + FailureToleranceCount terra.NumberValue + FailureTolerancePercentage terra.NumberValue + MaxConcurrencyCount terra.NumberValue + MaxConcurrencyPercentage terra.NumberValue + Regions terra.ListValue[terra.StringValue] + type StackSetProvisioningPreferencesAttributes struct + func (sspp StackSetProvisioningPreferencesAttributes) Accounts() terra.ListValue[terra.StringValue] + func (sspp StackSetProvisioningPreferencesAttributes) FailureToleranceCount() terra.NumberValue + func (sspp StackSetProvisioningPreferencesAttributes) FailureTolerancePercentage() terra.NumberValue + func (sspp StackSetProvisioningPreferencesAttributes) InternalRef() (terra.Reference, error) + func (sspp StackSetProvisioningPreferencesAttributes) InternalTokens() (hclwrite.Tokens, error) + func (sspp StackSetProvisioningPreferencesAttributes) InternalWithRef(ref terra.Reference) StackSetProvisioningPreferencesAttributes + func (sspp StackSetProvisioningPreferencesAttributes) MaxConcurrencyCount() terra.NumberValue + func (sspp StackSetProvisioningPreferencesAttributes) MaxConcurrencyPercentage() terra.NumberValue + func (sspp StackSetProvisioningPreferencesAttributes) Regions() terra.ListValue[terra.StringValue] + type StackSetProvisioningPreferencesState struct + Accounts []string + FailureToleranceCount float64 + FailureTolerancePercentage float64 + MaxConcurrencyCount float64 + MaxConcurrencyPercentage float64 + Regions []string + type Timeouts struct + Create terra.StringValue + Delete terra.StringValue + Read terra.StringValue + Update terra.StringValue + type TimeoutsAttributes struct + 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) Read() terra.StringValue + func (t TimeoutsAttributes) Update() terra.StringValue + type TimeoutsState struct + Create string + Delete string + Read string + Update string