aws_workspaces_bundle

package
v5.45.0 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: 2 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 {
	// 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 (DataComputeTypeAttributes) Name

type DataComputeTypeState

type DataComputeTypeState struct {
	Name string `json:"name"`
}

type DataRootStorageAttributes

type DataRootStorageAttributes struct {
	// contains filtered or unexported fields
}

func (DataRootStorageAttributes) Capacity

func (DataRootStorageAttributes) InternalRef

func (rs DataRootStorageAttributes) InternalRef() (terra.Reference, error)

func (DataRootStorageAttributes) InternalTokens

func (rs DataRootStorageAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataRootStorageAttributes) InternalWithRef

type DataRootStorageState

type DataRootStorageState struct {
	Capacity string `json:"capacity"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

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 (DataUserStorageAttributes) InternalRef

func (us DataUserStorageAttributes) InternalRef() (terra.Reference, error)

func (DataUserStorageAttributes) InternalTokens

func (us DataUserStorageAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataUserStorageAttributes) InternalWithRef

type DataUserStorageState

type DataUserStorageState struct {
	Capacity string `json:"capacity"`
}

Jump to

Keyboard shortcuts

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