Documentation ¶
Index ¶
- type DataArgs
- type DataRouterAttributes
- func (r DataRouterAttributes) InternalRef() (terra.Reference, error)
- func (r DataRouterAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (r DataRouterAttributes) InternalWithRef(ref terra.Reference) DataRouterAttributes
- func (r DataRouterAttributes) Platform() terra.StringValue
- func (r DataRouterAttributes) RouterTypeIdentifier() terra.StringValue
- func (r DataRouterAttributes) Software() terra.StringValue
- func (r DataRouterAttributes) Vendor() terra.StringValue
- func (r DataRouterAttributes) XsltTemplateName() terra.StringValue
- func (r DataRouterAttributes) XsltTemplateNameForMacSec() terra.StringValue
- type DataRouterState
- type DataSource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // RouterTypeIdentifier: string, required RouterTypeIdentifier terra.StringValue `hcl:"router_type_identifier,attr" validate:"required"` // VirtualInterfaceId: string, required VirtualInterfaceId terra.StringValue `hcl:"virtual_interface_id,attr" validate:"required"` }
DataArgs contains the configurations for aws_dx_router_configuration.
type DataRouterAttributes ¶
type DataRouterAttributes struct {
// contains filtered or unexported fields
}
func (DataRouterAttributes) InternalRef ¶
func (r DataRouterAttributes) InternalRef() (terra.Reference, error)
func (DataRouterAttributes) InternalTokens ¶
func (r DataRouterAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataRouterAttributes) InternalWithRef ¶
func (r DataRouterAttributes) InternalWithRef(ref terra.Reference) DataRouterAttributes
func (DataRouterAttributes) Platform ¶
func (r DataRouterAttributes) Platform() terra.StringValue
func (DataRouterAttributes) RouterTypeIdentifier ¶
func (r DataRouterAttributes) RouterTypeIdentifier() terra.StringValue
func (DataRouterAttributes) Software ¶
func (r DataRouterAttributes) Software() terra.StringValue
func (DataRouterAttributes) Vendor ¶
func (r DataRouterAttributes) Vendor() terra.StringValue
func (DataRouterAttributes) XsltTemplateName ¶
func (r DataRouterAttributes) XsltTemplateName() terra.StringValue
func (DataRouterAttributes) XsltTemplateNameForMacSec ¶
func (r DataRouterAttributes) XsltTemplateNameForMacSec() terra.StringValue
type DataRouterState ¶
type DataRouterState struct { Platform string `json:"platform"` RouterTypeIdentifier string `json:"router_type_identifier"` Software string `json:"software"` Vendor string `json:"vendor"` XsltTemplateName string `json:"xslt_template_name"` XsltTemplateNameForMacSec string `json:"xslt_template_name_for_mac_sec"` }
type DataSource ¶
DataSource represents the Terraform data resource aws_dx_router_configuration.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (adrc *DataSource) Attributes() dataAwsDxRouterConfigurationAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (adrc *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (adrc *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (adrc *DataSource) LocalName() string
LocalName returns the local name for DataSource.
Click to show internal directories.
Click to hide internal directories.