Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + ApiId terra.StringValue + ConnectionId terra.StringValue + ConnectionType terra.StringValue + ContentHandlingStrategy terra.StringValue + CredentialsArn terra.StringValue + Description terra.StringValue + Id terra.StringValue + IntegrationMethod terra.StringValue + IntegrationSubtype terra.StringValue + IntegrationType terra.StringValue + IntegrationUri terra.StringValue + PassthroughBehavior terra.StringValue + PayloadFormatVersion terra.StringValue + RequestParameters terra.MapValue[terra.StringValue] + RequestTemplates terra.MapValue[terra.StringValue] + ResponseParameters []ResponseParameters + TemplateSelectionExpression terra.StringValue + TimeoutMilliseconds terra.NumberValue + TlsConfig *TlsConfig + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (aai *Resource) Attributes() awsApigatewayv2IntegrationAttributes + func (aai *Resource) Configuration() interface{} + func (aai *Resource) DependOn() terra.Reference + func (aai *Resource) Dependencies() terra.Dependencies + func (aai *Resource) ImportState(state io.Reader) error + func (aai *Resource) LifecycleManagement() *terra.Lifecycle + func (aai *Resource) LocalName() string + func (aai *Resource) State() (*awsApigatewayv2IntegrationState, bool) + func (aai *Resource) StateMust() *awsApigatewayv2IntegrationState + func (aai *Resource) Type() string + type ResponseParameters struct + Mappings terra.MapValue[terra.StringValue] + StatusCode terra.StringValue + type ResponseParametersAttributes struct + func (rp ResponseParametersAttributes) InternalRef() (terra.Reference, error) + func (rp ResponseParametersAttributes) InternalTokens() (hclwrite.Tokens, error) + func (rp ResponseParametersAttributes) InternalWithRef(ref terra.Reference) ResponseParametersAttributes + func (rp ResponseParametersAttributes) Mappings() terra.MapValue[terra.StringValue] + func (rp ResponseParametersAttributes) StatusCode() terra.StringValue + type ResponseParametersState struct + Mappings map[string]string + StatusCode string + type TlsConfig struct + ServerNameToVerify terra.StringValue + type TlsConfigAttributes struct + func (tc TlsConfigAttributes) InternalRef() (terra.Reference, error) + func (tc TlsConfigAttributes) InternalTokens() (hclwrite.Tokens, error) + func (tc TlsConfigAttributes) InternalWithRef(ref terra.Reference) TlsConfigAttributes + func (tc TlsConfigAttributes) ServerNameToVerify() terra.StringValue + type TlsConfigState struct + ServerNameToVerify string