Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataSource
- type 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // ParentId: string, required ParentId terra.StringValue `hcl:"parent_id,attr" validate:"required"` // PathPart: string, required PathPart terra.StringValue `hcl:"path_part,attr" validate:"required"` // RestApiId: string, required RestApiId terra.StringValue `hcl:"rest_api_id,attr" validate:"required"` }
Args contains the configurations for aws_api_gateway_resource.
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Path: string, required Path terra.StringValue `hcl:"path,attr" validate:"required"` // RestApiId: string, required RestApiId terra.StringValue `hcl:"rest_api_id,attr" validate:"required"` }
DataArgs contains the configurations for aws_api_gateway_resource.
type DataSource ¶
DataSource represents the Terraform data resource aws_api_gateway_resource.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (aagr *DataSource) Attributes() dataAwsApiGatewayResourceAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (aagr *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (aagr *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (aagr *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource aws_api_gateway_resource.
func (*Resource) Attributes ¶
func (aagr *Resource) Attributes() awsApiGatewayResourceAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aagr *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aagr *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.