Documentation ¶
Index ¶
- type DataArgs
- type DataComputeTypeAttributes
- func (ct DataComputeTypeAttributes) InternalRef() (terra.Reference, error)
- func (ct DataComputeTypeAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ct DataComputeTypeAttributes) InternalWithRef(ref terra.Reference) DataComputeTypeAttributes
- func (ct DataComputeTypeAttributes) Name() terra.StringValue
- type DataComputeTypeState
- type DataRootStorageAttributes
- func (rs DataRootStorageAttributes) Capacity() terra.StringValue
- func (rs DataRootStorageAttributes) InternalRef() (terra.Reference, error)
- func (rs DataRootStorageAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rs DataRootStorageAttributes) InternalWithRef(ref terra.Reference) DataRootStorageAttributes
- type DataRootStorageState
- type DataSource
- type DataUserStorageAttributes
- func (us DataUserStorageAttributes) Capacity() terra.StringValue
- func (us DataUserStorageAttributes) InternalRef() (terra.Reference, error)
- func (us DataUserStorageAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (us DataUserStorageAttributes) InternalWithRef(ref terra.Reference) DataUserStorageAttributes
- type DataUserStorageState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataArgs ¶
type DataArgs struct { // BundleId: string, optional BundleId terra.StringValue `hcl:"bundle_id,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, optional Name terra.StringValue `hcl:"name,attr"` // Owner: string, optional Owner terra.StringValue `hcl:"owner,attr"` }
DataArgs contains the configurations for aws_workspaces_bundle.
type DataComputeTypeAttributes ¶
type DataComputeTypeAttributes struct {
// contains filtered or unexported fields
}
func (DataComputeTypeAttributes) InternalRef ¶
func (ct DataComputeTypeAttributes) InternalRef() (terra.Reference, error)
func (DataComputeTypeAttributes) InternalTokens ¶
func (ct DataComputeTypeAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataComputeTypeAttributes) InternalWithRef ¶
func (ct DataComputeTypeAttributes) InternalWithRef(ref terra.Reference) DataComputeTypeAttributes
func (DataComputeTypeAttributes) Name ¶
func (ct DataComputeTypeAttributes) Name() terra.StringValue
type DataComputeTypeState ¶
type DataComputeTypeState struct {
Name string `json:"name"`
}
type DataRootStorageAttributes ¶
type DataRootStorageAttributes struct {
// contains filtered or unexported fields
}
func (DataRootStorageAttributes) Capacity ¶
func (rs DataRootStorageAttributes) Capacity() terra.StringValue
func (DataRootStorageAttributes) InternalRef ¶
func (rs DataRootStorageAttributes) InternalRef() (terra.Reference, error)
func (DataRootStorageAttributes) InternalTokens ¶
func (rs DataRootStorageAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataRootStorageAttributes) InternalWithRef ¶
func (rs DataRootStorageAttributes) InternalWithRef(ref terra.Reference) DataRootStorageAttributes
type DataRootStorageState ¶
type DataRootStorageState struct {
Capacity string `json:"capacity"`
}
type DataSource ¶
DataSource represents the Terraform data resource aws_workspaces_bundle.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (awb *DataSource) Attributes() dataAwsWorkspacesBundleAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (awb *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (awb *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (awb *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type DataUserStorageAttributes ¶
type DataUserStorageAttributes struct {
// contains filtered or unexported fields
}
func (DataUserStorageAttributes) Capacity ¶
func (us DataUserStorageAttributes) Capacity() terra.StringValue
func (DataUserStorageAttributes) InternalRef ¶
func (us DataUserStorageAttributes) InternalRef() (terra.Reference, error)
func (DataUserStorageAttributes) InternalTokens ¶
func (us DataUserStorageAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataUserStorageAttributes) InternalWithRef ¶
func (us DataUserStorageAttributes) InternalWithRef(ref terra.Reference) DataUserStorageAttributes
type DataUserStorageState ¶
type DataUserStorageState struct {
Capacity string `json:"capacity"`
}
Click to show internal directories.
Click to hide internal directories.