aws_apigatewayv2_export

package
v0.0.0-...-4deecce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataArgs

type DataArgs struct {
	// ApiId: string, required
	ApiId terra.StringValue `hcl:"api_id,attr" validate:"required"`
	// ExportVersion: string, optional
	ExportVersion terra.StringValue `hcl:"export_version,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// IncludeExtensions: bool, optional
	IncludeExtensions terra.BoolValue `hcl:"include_extensions,attr"`
	// OutputType: string, required
	OutputType terra.StringValue `hcl:"output_type,attr" validate:"required"`
	// Specification: string, required
	Specification terra.StringValue `hcl:"specification,attr" validate:"required"`
	// StageName: string, optional
	StageName terra.StringValue `hcl:"stage_name,attr"`
}

DataArgs contains the configurations for aws_apigatewayv2_export.

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource aws_apigatewayv2_export.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (aae *DataSource) Attributes() dataAwsApigatewayv2ExportAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (aae *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (aae *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (aae *DataSource) LocalName() string

LocalName returns the local name for DataSource.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL