Documentation ¶
Index ¶
- type Args
- type EnrolledServices
- type EnrolledServicesAttributes
- func (es EnrolledServicesAttributes) CloudProduct() terra.StringValue
- func (es EnrolledServicesAttributes) EnrollmentLevel() terra.StringValue
- func (es EnrolledServicesAttributes) InternalRef() (terra.Reference, error)
- func (es EnrolledServicesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (es EnrolledServicesAttributes) InternalWithRef(ref terra.Reference) EnrolledServicesAttributes
- type EnrolledServicesState
- type Resource
- func (gpaas *Resource) Attributes() googleProjectAccessApprovalSettingsAttributes
- func (gpaas *Resource) Configuration() interface{}
- func (gpaas *Resource) DependOn() terra.Reference
- func (gpaas *Resource) Dependencies() terra.Dependencies
- func (gpaas *Resource) ImportState(state io.Reader) error
- func (gpaas *Resource) LifecycleManagement() *terra.Lifecycle
- func (gpaas *Resource) LocalName() string
- func (gpaas *Resource) State() (*googleProjectAccessApprovalSettingsState, bool)
- func (gpaas *Resource) StateMust() *googleProjectAccessApprovalSettingsState
- func (gpaas *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 { // ActiveKeyVersion: string, optional ActiveKeyVersion terra.StringValue `hcl:"active_key_version,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // NotificationEmails: set of string, optional NotificationEmails terra.SetValue[terra.StringValue] `hcl:"notification_emails,attr"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` // ProjectId: string, required ProjectId terra.StringValue `hcl:"project_id,attr" validate:"required"` // EnrolledServices: min=1 EnrolledServices []EnrolledServices `hcl:"enrolled_services,block" validate:"min=1"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_project_access_approval_settings.
type EnrolledServices ¶
type EnrolledServices struct { // CloudProduct: string, required CloudProduct terra.StringValue `hcl:"cloud_product,attr" validate:"required"` // EnrollmentLevel: string, optional EnrollmentLevel terra.StringValue `hcl:"enrollment_level,attr"` }
type EnrolledServicesAttributes ¶
type EnrolledServicesAttributes struct {
// contains filtered or unexported fields
}
func (EnrolledServicesAttributes) CloudProduct ¶
func (es EnrolledServicesAttributes) CloudProduct() terra.StringValue
func (EnrolledServicesAttributes) EnrollmentLevel ¶
func (es EnrolledServicesAttributes) EnrollmentLevel() terra.StringValue
func (EnrolledServicesAttributes) InternalRef ¶
func (es EnrolledServicesAttributes) InternalRef() (terra.Reference, error)
func (EnrolledServicesAttributes) InternalTokens ¶
func (es EnrolledServicesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EnrolledServicesAttributes) InternalWithRef ¶
func (es EnrolledServicesAttributes) InternalWithRef(ref terra.Reference) EnrolledServicesAttributes
type EnrolledServicesState ¶
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_project_access_approval_settings.
func (*Resource) Attributes ¶
func (gpaas *Resource) Attributes() googleProjectAccessApprovalSettingsAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gpaas *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gpaas *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
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.