Documentation ¶
Index ¶
- type Args
- type ComplianceStatusAttributes
- func (cs ComplianceStatusAttributes) AcknowledgedViolationCount() terra.ListValue[terra.NumberValue]
- func (cs ComplianceStatusAttributes) ActiveViolationCount() terra.ListValue[terra.NumberValue]
- func (cs ComplianceStatusAttributes) InternalRef() (terra.Reference, error)
- func (cs ComplianceStatusAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cs ComplianceStatusAttributes) InternalWithRef(ref terra.Reference) ComplianceStatusAttributes
- type ComplianceStatusState
- type EkmProvisioningResponseAttributes
- func (epr EkmProvisioningResponseAttributes) EkmProvisioningErrorDomain() terra.StringValue
- func (epr EkmProvisioningResponseAttributes) EkmProvisioningErrorMapping() terra.StringValue
- func (epr EkmProvisioningResponseAttributes) EkmProvisioningState() terra.StringValue
- func (epr EkmProvisioningResponseAttributes) InternalRef() (terra.Reference, error)
- func (epr EkmProvisioningResponseAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (epr EkmProvisioningResponseAttributes) InternalWithRef(ref terra.Reference) EkmProvisioningResponseAttributes
- type EkmProvisioningResponseState
- type KmsSettings
- type KmsSettingsAttributes
- func (ks KmsSettingsAttributes) InternalRef() (terra.Reference, error)
- func (ks KmsSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ks KmsSettingsAttributes) InternalWithRef(ref terra.Reference) KmsSettingsAttributes
- func (ks KmsSettingsAttributes) NextRotationTime() terra.StringValue
- func (ks KmsSettingsAttributes) RotationPeriod() terra.StringValue
- type KmsSettingsState
- type PartnerPermissions
- type PartnerPermissionsAttributes
- func (pp PartnerPermissionsAttributes) AssuredWorkloadsMonitoring() terra.BoolValue
- func (pp PartnerPermissionsAttributes) DataLogsViewer() terra.BoolValue
- func (pp PartnerPermissionsAttributes) InternalRef() (terra.Reference, error)
- func (pp PartnerPermissionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pp PartnerPermissionsAttributes) InternalWithRef(ref terra.Reference) PartnerPermissionsAttributes
- func (pp PartnerPermissionsAttributes) ServiceAccessApprover() terra.BoolValue
- type PartnerPermissionsState
- type Resource
- func (gaww *Resource) Attributes() googleAssuredWorkloadsWorkloadAttributes
- func (gaww *Resource) Configuration() interface{}
- func (gaww *Resource) DependOn() terra.Reference
- func (gaww *Resource) Dependencies() terra.Dependencies
- func (gaww *Resource) ImportState(state io.Reader) error
- func (gaww *Resource) LifecycleManagement() *terra.Lifecycle
- func (gaww *Resource) LocalName() string
- func (gaww *Resource) State() (*googleAssuredWorkloadsWorkloadState, bool)
- func (gaww *Resource) StateMust() *googleAssuredWorkloadsWorkloadState
- func (gaww *Resource) Type() string
- type ResourceSettings
- type ResourceSettingsAttributes
- func (rs ResourceSettingsAttributes) DisplayName() terra.StringValue
- func (rs ResourceSettingsAttributes) InternalRef() (terra.Reference, error)
- func (rs ResourceSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rs ResourceSettingsAttributes) InternalWithRef(ref terra.Reference) ResourceSettingsAttributes
- func (rs ResourceSettingsAttributes) ResourceId() terra.StringValue
- func (rs ResourceSettingsAttributes) ResourceType() terra.StringValue
- type ResourceSettingsState
- type ResourcesAttributes
- func (r ResourcesAttributes) InternalRef() (terra.Reference, error)
- func (r ResourcesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (r ResourcesAttributes) InternalWithRef(ref terra.Reference) ResourcesAttributes
- func (r ResourcesAttributes) ResourceId() terra.NumberValue
- func (r ResourcesAttributes) ResourceType() terra.StringValue
- type ResourcesState
- type SaaEnrollmentResponseAttributes
- func (ser SaaEnrollmentResponseAttributes) InternalRef() (terra.Reference, error)
- func (ser SaaEnrollmentResponseAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ser SaaEnrollmentResponseAttributes) InternalWithRef(ref terra.Reference) SaaEnrollmentResponseAttributes
- func (ser SaaEnrollmentResponseAttributes) SetupErrors() terra.ListValue[terra.StringValue]
- func (ser SaaEnrollmentResponseAttributes) SetupStatus() terra.StringValue
- type SaaEnrollmentResponseState
- 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 { // BillingAccount: string, optional BillingAccount terra.StringValue `hcl:"billing_account,attr"` // ComplianceRegime: string, required ComplianceRegime terra.StringValue `hcl:"compliance_regime,attr" validate:"required"` // DisplayName: string, required DisplayName terra.StringValue `hcl:"display_name,attr" validate:"required"` // EnableSovereignControls: bool, optional EnableSovereignControls terra.BoolValue `hcl:"enable_sovereign_controls,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Labels: map of string, optional Labels terra.MapValue[terra.StringValue] `hcl:"labels,attr"` // Location: string, required Location terra.StringValue `hcl:"location,attr" validate:"required"` // Organization: string, required Organization terra.StringValue `hcl:"organization,attr" validate:"required"` // Partner: string, optional Partner terra.StringValue `hcl:"partner,attr"` // ProvisionedResourcesParent: string, optional ProvisionedResourcesParent terra.StringValue `hcl:"provisioned_resources_parent,attr"` // ViolationNotificationsEnabled: bool, optional ViolationNotificationsEnabled terra.BoolValue `hcl:"violation_notifications_enabled,attr"` // KmsSettings: optional KmsSettings *KmsSettings `hcl:"kms_settings,block"` // PartnerPermissions: optional PartnerPermissions *PartnerPermissions `hcl:"partner_permissions,block"` // ResourceSettings: min=0 ResourceSettings []ResourceSettings `hcl:"resource_settings,block" validate:"min=0"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_assured_workloads_workload.
type ComplianceStatusAttributes ¶
type ComplianceStatusAttributes struct {
// contains filtered or unexported fields
}
func (ComplianceStatusAttributes) AcknowledgedViolationCount ¶
func (cs ComplianceStatusAttributes) AcknowledgedViolationCount() terra.ListValue[terra.NumberValue]
func (ComplianceStatusAttributes) ActiveViolationCount ¶
func (cs ComplianceStatusAttributes) ActiveViolationCount() terra.ListValue[terra.NumberValue]
func (ComplianceStatusAttributes) InternalRef ¶
func (cs ComplianceStatusAttributes) InternalRef() (terra.Reference, error)
func (ComplianceStatusAttributes) InternalTokens ¶
func (cs ComplianceStatusAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ComplianceStatusAttributes) InternalWithRef ¶
func (cs ComplianceStatusAttributes) InternalWithRef(ref terra.Reference) ComplianceStatusAttributes
type ComplianceStatusState ¶
type EkmProvisioningResponseAttributes ¶
type EkmProvisioningResponseAttributes struct {
// contains filtered or unexported fields
}
func (EkmProvisioningResponseAttributes) EkmProvisioningErrorDomain ¶
func (epr EkmProvisioningResponseAttributes) EkmProvisioningErrorDomain() terra.StringValue
func (EkmProvisioningResponseAttributes) EkmProvisioningErrorMapping ¶
func (epr EkmProvisioningResponseAttributes) EkmProvisioningErrorMapping() terra.StringValue
func (EkmProvisioningResponseAttributes) EkmProvisioningState ¶
func (epr EkmProvisioningResponseAttributes) EkmProvisioningState() terra.StringValue
func (EkmProvisioningResponseAttributes) InternalRef ¶
func (epr EkmProvisioningResponseAttributes) InternalRef() (terra.Reference, error)
func (EkmProvisioningResponseAttributes) InternalTokens ¶
func (epr EkmProvisioningResponseAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EkmProvisioningResponseAttributes) InternalWithRef ¶
func (epr EkmProvisioningResponseAttributes) InternalWithRef(ref terra.Reference) EkmProvisioningResponseAttributes
type KmsSettings ¶
type KmsSettings struct { // NextRotationTime: string, required NextRotationTime terra.StringValue `hcl:"next_rotation_time,attr" validate:"required"` // RotationPeriod: string, required RotationPeriod terra.StringValue `hcl:"rotation_period,attr" validate:"required"` }
type KmsSettingsAttributes ¶
type KmsSettingsAttributes struct {
// contains filtered or unexported fields
}
func (KmsSettingsAttributes) InternalRef ¶
func (ks KmsSettingsAttributes) InternalRef() (terra.Reference, error)
func (KmsSettingsAttributes) InternalTokens ¶
func (ks KmsSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (KmsSettingsAttributes) InternalWithRef ¶
func (ks KmsSettingsAttributes) InternalWithRef(ref terra.Reference) KmsSettingsAttributes
func (KmsSettingsAttributes) NextRotationTime ¶
func (ks KmsSettingsAttributes) NextRotationTime() terra.StringValue
func (KmsSettingsAttributes) RotationPeriod ¶
func (ks KmsSettingsAttributes) RotationPeriod() terra.StringValue
type KmsSettingsState ¶
type PartnerPermissions ¶
type PartnerPermissions struct { // AssuredWorkloadsMonitoring: bool, optional AssuredWorkloadsMonitoring terra.BoolValue `hcl:"assured_workloads_monitoring,attr"` // DataLogsViewer: bool, optional DataLogsViewer terra.BoolValue `hcl:"data_logs_viewer,attr"` // ServiceAccessApprover: bool, optional ServiceAccessApprover terra.BoolValue `hcl:"service_access_approver,attr"` }
type PartnerPermissionsAttributes ¶
type PartnerPermissionsAttributes struct {
// contains filtered or unexported fields
}
func (PartnerPermissionsAttributes) AssuredWorkloadsMonitoring ¶
func (pp PartnerPermissionsAttributes) AssuredWorkloadsMonitoring() terra.BoolValue
func (PartnerPermissionsAttributes) DataLogsViewer ¶
func (pp PartnerPermissionsAttributes) DataLogsViewer() terra.BoolValue
func (PartnerPermissionsAttributes) InternalRef ¶
func (pp PartnerPermissionsAttributes) InternalRef() (terra.Reference, error)
func (PartnerPermissionsAttributes) InternalTokens ¶
func (pp PartnerPermissionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PartnerPermissionsAttributes) InternalWithRef ¶
func (pp PartnerPermissionsAttributes) InternalWithRef(ref terra.Reference) PartnerPermissionsAttributes
func (PartnerPermissionsAttributes) ServiceAccessApprover ¶
func (pp PartnerPermissionsAttributes) ServiceAccessApprover() terra.BoolValue
type PartnerPermissionsState ¶
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_assured_workloads_workload.
func (*Resource) Attributes ¶
func (gaww *Resource) Attributes() googleAssuredWorkloadsWorkloadAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gaww *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gaww *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 ResourceSettings ¶
type ResourceSettings struct { // DisplayName: string, optional DisplayName terra.StringValue `hcl:"display_name,attr"` // ResourceId: string, optional ResourceId terra.StringValue `hcl:"resource_id,attr"` // ResourceType: string, optional ResourceType terra.StringValue `hcl:"resource_type,attr"` }
type ResourceSettingsAttributes ¶
type ResourceSettingsAttributes struct {
// contains filtered or unexported fields
}
func (ResourceSettingsAttributes) DisplayName ¶
func (rs ResourceSettingsAttributes) DisplayName() terra.StringValue
func (ResourceSettingsAttributes) InternalRef ¶
func (rs ResourceSettingsAttributes) InternalRef() (terra.Reference, error)
func (ResourceSettingsAttributes) InternalTokens ¶
func (rs ResourceSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ResourceSettingsAttributes) InternalWithRef ¶
func (rs ResourceSettingsAttributes) InternalWithRef(ref terra.Reference) ResourceSettingsAttributes
func (ResourceSettingsAttributes) ResourceId ¶
func (rs ResourceSettingsAttributes) ResourceId() terra.StringValue
func (ResourceSettingsAttributes) ResourceType ¶
func (rs ResourceSettingsAttributes) ResourceType() terra.StringValue
type ResourceSettingsState ¶
type ResourcesAttributes ¶
type ResourcesAttributes struct {
// contains filtered or unexported fields
}
func (ResourcesAttributes) InternalRef ¶
func (r ResourcesAttributes) InternalRef() (terra.Reference, error)
func (ResourcesAttributes) InternalTokens ¶
func (r ResourcesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ResourcesAttributes) InternalWithRef ¶
func (r ResourcesAttributes) InternalWithRef(ref terra.Reference) ResourcesAttributes
func (ResourcesAttributes) ResourceId ¶
func (r ResourcesAttributes) ResourceId() terra.NumberValue
func (ResourcesAttributes) ResourceType ¶
func (r ResourcesAttributes) ResourceType() terra.StringValue
type ResourcesState ¶
type SaaEnrollmentResponseAttributes ¶
type SaaEnrollmentResponseAttributes struct {
// contains filtered or unexported fields
}
func (SaaEnrollmentResponseAttributes) InternalRef ¶
func (ser SaaEnrollmentResponseAttributes) InternalRef() (terra.Reference, error)
func (SaaEnrollmentResponseAttributes) InternalTokens ¶
func (ser SaaEnrollmentResponseAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SaaEnrollmentResponseAttributes) InternalWithRef ¶
func (ser SaaEnrollmentResponseAttributes) InternalWithRef(ref terra.Reference) SaaEnrollmentResponseAttributes
func (SaaEnrollmentResponseAttributes) SetupErrors ¶
func (ser SaaEnrollmentResponseAttributes) SetupErrors() terra.ListValue[terra.StringValue]
func (SaaEnrollmentResponseAttributes) SetupStatus ¶
func (ser SaaEnrollmentResponseAttributes) SetupStatus() terra.StringValue
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.