Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + Id terra.StringValue + ParentId terra.StringValue + PathPart terra.StringValue + RestApiId terra.StringValue + type DataArgs struct + Id terra.StringValue + Path terra.StringValue + RestApiId terra.StringValue + type DataSource struct + Args DataArgs + Name string + func Data(name string, args DataArgs) *DataSource + func (aagr *DataSource) Attributes() dataAwsApiGatewayResourceAttributes + func (aagr *DataSource) Configuration() interface{} + func (aagr *DataSource) DataSource() string + func (aagr *DataSource) LocalName() string + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (aagr *Resource) Attributes() awsApiGatewayResourceAttributes + func (aagr *Resource) Configuration() interface{} + func (aagr *Resource) DependOn() terra.Reference + func (aagr *Resource) Dependencies() terra.Dependencies + func (aagr *Resource) ImportState(state io.Reader) error + func (aagr *Resource) LifecycleManagement() *terra.Lifecycle + func (aagr *Resource) LocalName() string + func (aagr *Resource) State() (*awsApiGatewayResourceState, bool) + func (aagr *Resource) StateMust() *awsApiGatewayResourceState + func (aagr *Resource) Type() string