Documentation ¶
Index ¶
- type AwsLocation
- type AwsLocationAttributes
- func (al AwsLocationAttributes) InternalRef() (terra.Reference, error)
- func (al AwsLocationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (al AwsLocationAttributes) InternalWithRef(ref terra.Reference) AwsLocationAttributes
- func (al AwsLocationAttributes) SubnetArn() terra.StringValue
- func (al AwsLocationAttributes) Zone() terra.StringValue
- type AwsLocationState
- type Location
- type LocationAttributes
- func (l LocationAttributes) Address() terra.StringValue
- func (l LocationAttributes) InternalRef() (terra.Reference, error)
- func (l LocationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (l LocationAttributes) InternalWithRef(ref terra.Reference) LocationAttributes
- func (l LocationAttributes) Latitude() terra.StringValue
- func (l LocationAttributes) Longitude() terra.StringValue
- type LocationState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsLocation ¶
type AwsLocation struct{}
type AwsLocationAttributes ¶
type AwsLocationAttributes struct {
// contains filtered or unexported fields
}
func (AwsLocationAttributes) InternalRef ¶
func (al AwsLocationAttributes) InternalRef() (terra.Reference, error)
func (AwsLocationAttributes) InternalTokens ¶
func (al AwsLocationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AwsLocationAttributes) InternalWithRef ¶
func (al AwsLocationAttributes) InternalWithRef(ref terra.Reference) AwsLocationAttributes
func (AwsLocationAttributes) SubnetArn ¶
func (al AwsLocationAttributes) SubnetArn() terra.StringValue
func (AwsLocationAttributes) Zone ¶
func (al AwsLocationAttributes) Zone() terra.StringValue
type AwsLocationState ¶
type LocationAttributes ¶
type LocationAttributes struct {
// contains filtered or unexported fields
}
func (LocationAttributes) Address ¶
func (l LocationAttributes) Address() terra.StringValue
func (LocationAttributes) InternalRef ¶
func (l LocationAttributes) InternalRef() (terra.Reference, error)
func (LocationAttributes) InternalTokens ¶
func (l LocationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (LocationAttributes) InternalWithRef ¶
func (l LocationAttributes) InternalWithRef(ref terra.Reference) LocationAttributes
func (LocationAttributes) Latitude ¶
func (l LocationAttributes) Latitude() terra.StringValue
func (LocationAttributes) Longitude ¶
func (l LocationAttributes) Longitude() terra.StringValue
type LocationState ¶
Click to show internal directories.
Click to hide internal directories.