aws_organizations_organizational_unit_descendant_accounts

package
v0.0.0-...-4deecce 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 DataAccountsAttributes

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

func (DataAccountsAttributes) Arn

func (DataAccountsAttributes) Email

func (DataAccountsAttributes) Id

func (DataAccountsAttributes) InternalRef

func (a DataAccountsAttributes) InternalRef() (terra.Reference, error)

func (DataAccountsAttributes) InternalTokens

func (a DataAccountsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataAccountsAttributes) InternalWithRef

func (DataAccountsAttributes) Name

func (DataAccountsAttributes) Status

type DataAccountsState

type DataAccountsState struct {
	Arn    string `json:"arn"`
	Email  string `json:"email"`
	Id     string `json:"id"`
	Name   string `json:"name"`
	Status string `json:"status"`
}

type DataArgs

type DataArgs struct {
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// ParentId: string, required
	ParentId terra.StringValue `hcl:"parent_id,attr" validate:"required"`
}

DataArgs contains the configurations for aws_organizations_organizational_unit_descendant_accounts.

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource aws_organizations_organizational_unit_descendant_accounts.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (aoouda *DataSource) Attributes() dataAwsOrganizationsOrganizationalUnitDescendantAccountsAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (aoouda *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (aoouda *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (aoouda *DataSource) LocalName() string

LocalName returns the local name for DataSource.

Jump to

Keyboard shortcuts

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