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 + Active terra.BoolValue + Description terra.StringValue + DisableTemplateValidation terra.BoolValue + Guidance terra.StringValue + Id terra.StringValue + Name terra.StringValue + ProductId terra.StringValue + TemplatePhysicalId terra.StringValue + TemplateUrl terra.StringValue + Timeouts *Timeouts + Type terra.StringValue + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (aspa *Resource) Attributes() awsServicecatalogProvisioningArtifactAttributes + func (aspa *Resource) Configuration() interface{} + func (aspa *Resource) DependOn() terra.Reference + func (aspa *Resource) Dependencies() terra.Dependencies + func (aspa *Resource) ImportState(state io.Reader) error + func (aspa *Resource) LifecycleManagement() *terra.Lifecycle + func (aspa *Resource) LocalName() string + func (aspa *Resource) State() (*awsServicecatalogProvisioningArtifactState, bool) + func (aspa *Resource) StateMust() *awsServicecatalogProvisioningArtifactState + func (aspa *Resource) Type() 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