Documentation ¶
Index ¶
- type DataAccountsAttributes
- func (a DataAccountsAttributes) Arn() terra.StringValue
- func (a DataAccountsAttributes) Email() terra.StringValue
- func (a DataAccountsAttributes) Id() terra.StringValue
- func (a DataAccountsAttributes) InternalRef() (terra.Reference, error)
- func (a DataAccountsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (a DataAccountsAttributes) InternalWithRef(ref terra.Reference) DataAccountsAttributes
- func (a DataAccountsAttributes) Name() terra.StringValue
- func (a DataAccountsAttributes) Status() terra.StringValue
- type DataAccountsState
- type DataArgs
- type DataSource
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 (a DataAccountsAttributes) Arn() terra.StringValue
func (DataAccountsAttributes) Email ¶
func (a DataAccountsAttributes) Email() terra.StringValue
func (DataAccountsAttributes) Id ¶
func (a DataAccountsAttributes) Id() terra.StringValue
func (DataAccountsAttributes) InternalRef ¶
func (a DataAccountsAttributes) InternalRef() (terra.Reference, error)
func (DataAccountsAttributes) InternalTokens ¶
func (a DataAccountsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataAccountsAttributes) InternalWithRef ¶
func (a DataAccountsAttributes) InternalWithRef(ref terra.Reference) DataAccountsAttributes
func (DataAccountsAttributes) Name ¶
func (a DataAccountsAttributes) Name() terra.StringValue
func (DataAccountsAttributes) Status ¶
func (a DataAccountsAttributes) Status() terra.StringValue
type DataAccountsState ¶
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 ¶
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.
Click to show internal directories.
Click to hide internal directories.