Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + FunctionName terra.StringValue + Id terra.StringValue + ProvisionedConcurrentExecutions terra.NumberValue + Qualifier terra.StringValue + Timeouts *Timeouts + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (alpcc *Resource) Attributes() awsLambdaProvisionedConcurrencyConfigAttributes + func (alpcc *Resource) Configuration() interface{} + func (alpcc *Resource) DependOn() terra.Reference + func (alpcc *Resource) Dependencies() terra.Dependencies + func (alpcc *Resource) ImportState(state io.Reader) error + func (alpcc *Resource) LifecycleManagement() *terra.Lifecycle + func (alpcc *Resource) LocalName() string + func (alpcc *Resource) State() (*awsLambdaProvisionedConcurrencyConfigState, bool) + func (alpcc *Resource) StateMust() *awsLambdaProvisionedConcurrencyConfigState + func (alpcc *Resource) Type() string + type Timeouts struct + Create terra.StringValue + Update terra.StringValue + type TimeoutsAttributes struct + func (t TimeoutsAttributes) Create() 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 struct + Create string + Update string