Documentation
¶
Index ¶
- type DataArgs
- type DataChildrenAttributes
- func (c DataChildrenAttributes) Arn() terra.StringValue
- func (c DataChildrenAttributes) Id() terra.StringValue
- func (c DataChildrenAttributes) InternalRef() (terra.Reference, error)
- func (c DataChildrenAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c DataChildrenAttributes) InternalWithRef(ref terra.Reference) DataChildrenAttributes
- func (c DataChildrenAttributes) Name() terra.StringValue
- type DataChildrenState
- 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"` // ParentId: string, required ParentId terra.StringValue `hcl:"parent_id,attr" validate:"required"` }
DataArgs contains the configurations for aws_organizations_organizational_units.
type DataChildrenAttributes ¶
type DataChildrenAttributes struct {
// contains filtered or unexported fields
}
func (DataChildrenAttributes) Arn ¶
func (c DataChildrenAttributes) Arn() terra.StringValue
func (DataChildrenAttributes) Id ¶
func (c DataChildrenAttributes) Id() terra.StringValue
func (DataChildrenAttributes) InternalRef ¶
func (c DataChildrenAttributes) InternalRef() (terra.Reference, error)
func (DataChildrenAttributes) InternalTokens ¶
func (c DataChildrenAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataChildrenAttributes) InternalWithRef ¶
func (c DataChildrenAttributes) InternalWithRef(ref terra.Reference) DataChildrenAttributes
func (DataChildrenAttributes) Name ¶
func (c DataChildrenAttributes) Name() terra.StringValue
type DataChildrenState ¶
type DataSource ¶
DataSource represents the Terraform data resource aws_organizations_organizational_units.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (aoou *DataSource) Attributes() dataAwsOrganizationsOrganizationalUnitsAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (aoou *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (aoou *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (aoou *DataSource) LocalName() string
LocalName returns the local name for DataSource.
Click to show internal directories.
Click to hide internal directories.