Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataPrincipalInfoAttributes
- func (pi DataPrincipalInfoAttributes) InternalRef() (terra.Reference, error)
- func (pi DataPrincipalInfoAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pi DataPrincipalInfoAttributes) InternalWithRef(ref terra.Reference) DataPrincipalInfoAttributes
- func (pi DataPrincipalInfoAttributes) ServiceAccount() terra.ListValue[DataPrincipalInfoServiceAccountAttributes]
- type DataPrincipalInfoServiceAccountAttributes
- func (sa DataPrincipalInfoServiceAccountAttributes) Email() terra.StringValue
- func (sa DataPrincipalInfoServiceAccountAttributes) InternalRef() (terra.Reference, error)
- func (sa DataPrincipalInfoServiceAccountAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sa DataPrincipalInfoServiceAccountAttributes) InternalWithRef(ref terra.Reference) DataPrincipalInfoServiceAccountAttributes
- type DataPrincipalInfoServiceAccountState
- type DataPrincipalInfoState
- type DataSource
- type PrincipalInfo
- type PrincipalInfoAttributes
- func (pi PrincipalInfoAttributes) InternalRef() (terra.Reference, error)
- func (pi PrincipalInfoAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pi PrincipalInfoAttributes) InternalWithRef(ref terra.Reference) PrincipalInfoAttributes
- func (pi PrincipalInfoAttributes) ServiceAccount() terra.ListValue[PrincipalInfoServiceAccountAttributes]
- type PrincipalInfoServiceAccount
- type PrincipalInfoServiceAccountAttributes
- func (sa PrincipalInfoServiceAccountAttributes) Email() terra.StringValue
- func (sa PrincipalInfoServiceAccountAttributes) InternalRef() (terra.Reference, error)
- func (sa PrincipalInfoServiceAccountAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sa PrincipalInfoServiceAccountAttributes) InternalWithRef(ref terra.Reference) PrincipalInfoServiceAccountAttributes
- type PrincipalInfoServiceAccountState
- type PrincipalInfoState
- type Resource
- func (gbac *Resource) Attributes() googleBeyondcorpAppConnectorAttributes
- func (gbac *Resource) Configuration() interface{}
- func (gbac *Resource) DependOn() terra.Reference
- func (gbac *Resource) Dependencies() terra.Dependencies
- func (gbac *Resource) ImportState(state io.Reader) error
- func (gbac *Resource) LifecycleManagement() *terra.Lifecycle
- func (gbac *Resource) LocalName() string
- func (gbac *Resource) State() (*googleBeyondcorpAppConnectorState, bool)
- func (gbac *Resource) StateMust() *googleBeyondcorpAppConnectorState
- func (gbac *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // DisplayName: string, optional DisplayName terra.StringValue `hcl:"display_name,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Labels: map of string, optional Labels terra.MapValue[terra.StringValue] `hcl:"labels,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` // Region: string, optional Region terra.StringValue `hcl:"region,attr"` // PrincipalInfo: required PrincipalInfo *PrincipalInfo `hcl:"principal_info,block" validate:"required"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_beyondcorp_app_connector.
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` // Region: string, optional Region terra.StringValue `hcl:"region,attr"` }
DataArgs contains the configurations for google_beyondcorp_app_connector.
type DataPrincipalInfoAttributes ¶
type DataPrincipalInfoAttributes struct {
// contains filtered or unexported fields
}
func (DataPrincipalInfoAttributes) InternalRef ¶
func (pi DataPrincipalInfoAttributes) InternalRef() (terra.Reference, error)
func (DataPrincipalInfoAttributes) InternalTokens ¶
func (pi DataPrincipalInfoAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataPrincipalInfoAttributes) InternalWithRef ¶
func (pi DataPrincipalInfoAttributes) InternalWithRef(ref terra.Reference) DataPrincipalInfoAttributes
func (DataPrincipalInfoAttributes) ServiceAccount ¶
func (pi DataPrincipalInfoAttributes) ServiceAccount() terra.ListValue[DataPrincipalInfoServiceAccountAttributes]
type DataPrincipalInfoServiceAccountAttributes ¶
type DataPrincipalInfoServiceAccountAttributes struct {
// contains filtered or unexported fields
}
func (DataPrincipalInfoServiceAccountAttributes) Email ¶
func (sa DataPrincipalInfoServiceAccountAttributes) Email() terra.StringValue
func (DataPrincipalInfoServiceAccountAttributes) InternalRef ¶
func (sa DataPrincipalInfoServiceAccountAttributes) InternalRef() (terra.Reference, error)
func (DataPrincipalInfoServiceAccountAttributes) InternalTokens ¶
func (sa DataPrincipalInfoServiceAccountAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataPrincipalInfoServiceAccountAttributes) InternalWithRef ¶
func (sa DataPrincipalInfoServiceAccountAttributes) InternalWithRef(ref terra.Reference) DataPrincipalInfoServiceAccountAttributes
type DataPrincipalInfoServiceAccountState ¶
type DataPrincipalInfoServiceAccountState struct {
Email string `json:"email"`
}
type DataPrincipalInfoState ¶
type DataPrincipalInfoState struct {
ServiceAccount []DataPrincipalInfoServiceAccountState `json:"service_account"`
}
type DataSource ¶
DataSource represents the Terraform data resource google_beyondcorp_app_connector.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (gbac *DataSource) Attributes() dataGoogleBeyondcorpAppConnectorAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (gbac *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (gbac *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (gbac *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type PrincipalInfo ¶
type PrincipalInfo struct { // PrincipalInfoServiceAccount: required ServiceAccount *PrincipalInfoServiceAccount `hcl:"service_account,block" validate:"required"` }
type PrincipalInfoAttributes ¶
type PrincipalInfoAttributes struct {
// contains filtered or unexported fields
}
func (PrincipalInfoAttributes) InternalRef ¶
func (pi PrincipalInfoAttributes) InternalRef() (terra.Reference, error)
func (PrincipalInfoAttributes) InternalTokens ¶
func (pi PrincipalInfoAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PrincipalInfoAttributes) InternalWithRef ¶
func (pi PrincipalInfoAttributes) InternalWithRef(ref terra.Reference) PrincipalInfoAttributes
func (PrincipalInfoAttributes) ServiceAccount ¶
func (pi PrincipalInfoAttributes) ServiceAccount() terra.ListValue[PrincipalInfoServiceAccountAttributes]
type PrincipalInfoServiceAccount ¶
type PrincipalInfoServiceAccount struct { // Email: string, required Email terra.StringValue `hcl:"email,attr" validate:"required"` }
type PrincipalInfoServiceAccountAttributes ¶
type PrincipalInfoServiceAccountAttributes struct {
// contains filtered or unexported fields
}
func (PrincipalInfoServiceAccountAttributes) Email ¶
func (sa PrincipalInfoServiceAccountAttributes) Email() terra.StringValue
func (PrincipalInfoServiceAccountAttributes) InternalRef ¶
func (sa PrincipalInfoServiceAccountAttributes) InternalRef() (terra.Reference, error)
func (PrincipalInfoServiceAccountAttributes) InternalTokens ¶
func (sa PrincipalInfoServiceAccountAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PrincipalInfoServiceAccountAttributes) InternalWithRef ¶
func (sa PrincipalInfoServiceAccountAttributes) InternalWithRef(ref terra.Reference) PrincipalInfoServiceAccountAttributes
type PrincipalInfoServiceAccountState ¶
type PrincipalInfoServiceAccountState struct {
Email string `json:"email"`
}
type PrincipalInfoState ¶
type PrincipalInfoState struct {
ServiceAccount []PrincipalInfoServiceAccountState `json:"service_account"`
}
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource google_beyondcorp_app_connector.
func (*Resource) Attributes ¶
func (gbac *Resource) Attributes() googleBeyondcorpAppConnectorAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gbac *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gbac *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue