aws_organizations_delegated_services

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 {
	// AccountId: string, required
	AccountId terra.StringValue `hcl:"account_id,attr" validate:"required"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
}

DataArgs contains the configurations for aws_organizations_delegated_services.

type DataDelegatedServicesAttributes

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

func (DataDelegatedServicesAttributes) DelegationEnabledDate

func (ds DataDelegatedServicesAttributes) DelegationEnabledDate() terra.StringValue

func (DataDelegatedServicesAttributes) InternalRef

func (DataDelegatedServicesAttributes) InternalTokens

func (ds DataDelegatedServicesAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataDelegatedServicesAttributes) InternalWithRef

func (DataDelegatedServicesAttributes) ServicePrincipal

func (ds DataDelegatedServicesAttributes) ServicePrincipal() terra.StringValue

type DataDelegatedServicesState

type DataDelegatedServicesState struct {
	DelegationEnabledDate string `json:"delegation_enabled_date"`
	ServicePrincipal      string `json:"service_principal"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource aws_organizations_delegated_services.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (aods *DataSource) Attributes() dataAwsOrganizationsDelegatedServicesAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

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

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (aods *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (aods *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