Documentation ¶
Index ¶
- type DataArgs
- type DataDelegatedServicesAttributes
- func (ds DataDelegatedServicesAttributes) DelegationEnabledDate() terra.StringValue
- func (ds DataDelegatedServicesAttributes) InternalRef() (terra.Reference, error)
- func (ds DataDelegatedServicesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ds DataDelegatedServicesAttributes) InternalWithRef(ref terra.Reference) DataDelegatedServicesAttributes
- func (ds DataDelegatedServicesAttributes) ServicePrincipal() terra.StringValue
- type DataDelegatedServicesState
- type DataSource
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 (ds DataDelegatedServicesAttributes) InternalRef() (terra.Reference, error)
func (DataDelegatedServicesAttributes) InternalTokens ¶
func (ds DataDelegatedServicesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataDelegatedServicesAttributes) InternalWithRef ¶
func (ds DataDelegatedServicesAttributes) InternalWithRef(ref terra.Reference) DataDelegatedServicesAttributes
func (DataDelegatedServicesAttributes) ServicePrincipal ¶
func (ds DataDelegatedServicesAttributes) ServicePrincipal() terra.StringValue
type DataSource ¶
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.
Click to show internal directories.
Click to hide internal directories.