azurerm_healthcare_service

package
v0.0.0-...-4deecce 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: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args struct {
	// AccessPolicyObjectIds: set of string, optional
	AccessPolicyObjectIds terra.SetValue[terra.StringValue] `hcl:"access_policy_object_ids,attr"`
	// ConfigurationExportStorageAccountName: string, optional
	ConfigurationExportStorageAccountName terra.StringValue `hcl:"configuration_export_storage_account_name,attr"`
	// CosmosdbKeyVaultKeyVersionlessId: string, optional
	CosmosdbKeyVaultKeyVersionlessId terra.StringValue `hcl:"cosmosdb_key_vault_key_versionless_id,attr"`
	// CosmosdbThroughput: number, optional
	CosmosdbThroughput terra.NumberValue `hcl:"cosmosdb_throughput,attr"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Kind: string, optional
	Kind terra.StringValue `hcl:"kind,attr"`
	// Location: string, required
	Location terra.StringValue `hcl:"location,attr" validate:"required"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// PublicNetworkAccessEnabled: bool, optional
	PublicNetworkAccessEnabled terra.BoolValue `hcl:"public_network_access_enabled,attr"`
	// ResourceGroupName: string, required
	ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"`
	// Tags: map of string, optional
	Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"`
	// AuthenticationConfiguration: optional
	AuthenticationConfiguration *AuthenticationConfiguration `hcl:"authentication_configuration,block"`
	// CorsConfiguration: optional
	CorsConfiguration *CorsConfiguration `hcl:"cors_configuration,block"`
	// Identity: optional
	Identity *Identity `hcl:"identity,block"`
	// Timeouts: optional
	Timeouts *Timeouts `hcl:"timeouts,block"`
}

Args contains the configurations for azurerm_healthcare_service.

type AuthenticationConfiguration

type AuthenticationConfiguration struct {
	// Audience: string, optional
	Audience terra.StringValue `hcl:"audience,attr"`
	// Authority: string, optional
	Authority terra.StringValue `hcl:"authority,attr"`
	// SmartProxyEnabled: bool, optional
	SmartProxyEnabled terra.BoolValue `hcl:"smart_proxy_enabled,attr"`
}

type AuthenticationConfigurationAttributes

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

func (AuthenticationConfigurationAttributes) Audience

func (AuthenticationConfigurationAttributes) Authority

func (AuthenticationConfigurationAttributes) InternalRef

func (AuthenticationConfigurationAttributes) InternalTokens

func (AuthenticationConfigurationAttributes) InternalWithRef

func (AuthenticationConfigurationAttributes) SmartProxyEnabled

func (ac AuthenticationConfigurationAttributes) SmartProxyEnabled() terra.BoolValue

type AuthenticationConfigurationState

type AuthenticationConfigurationState struct {
	Audience          string `json:"audience"`
	Authority         string `json:"authority"`
	SmartProxyEnabled bool   `json:"smart_proxy_enabled"`
}

type CorsConfiguration

type CorsConfiguration struct {
	// AllowCredentials: bool, optional
	AllowCredentials terra.BoolValue `hcl:"allow_credentials,attr"`
	// AllowedHeaders: set of string, optional
	AllowedHeaders terra.SetValue[terra.StringValue] `hcl:"allowed_headers,attr"`
	// AllowedMethods: list of string, optional
	AllowedMethods terra.ListValue[terra.StringValue] `hcl:"allowed_methods,attr"`
	// AllowedOrigins: set of string, optional
	AllowedOrigins terra.SetValue[terra.StringValue] `hcl:"allowed_origins,attr"`
	// MaxAgeInSeconds: number, optional
	MaxAgeInSeconds terra.NumberValue `hcl:"max_age_in_seconds,attr"`
}

type CorsConfigurationAttributes

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

func (CorsConfigurationAttributes) AllowCredentials

func (cc CorsConfigurationAttributes) AllowCredentials() terra.BoolValue

func (CorsConfigurationAttributes) AllowedHeaders

func (CorsConfigurationAttributes) AllowedMethods

func (CorsConfigurationAttributes) AllowedOrigins

func (CorsConfigurationAttributes) InternalRef

func (cc CorsConfigurationAttributes) InternalRef() (terra.Reference, error)

func (CorsConfigurationAttributes) InternalTokens

func (cc CorsConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (CorsConfigurationAttributes) InternalWithRef

func (CorsConfigurationAttributes) MaxAgeInSeconds

func (cc CorsConfigurationAttributes) MaxAgeInSeconds() terra.NumberValue

type CorsConfigurationState

type CorsConfigurationState struct {
	AllowCredentials bool     `json:"allow_credentials"`
	AllowedHeaders   []string `json:"allowed_headers"`
	AllowedMethods   []string `json:"allowed_methods"`
	AllowedOrigins   []string `json:"allowed_origins"`
	MaxAgeInSeconds  float64  `json:"max_age_in_seconds"`
}

type DataArgs

type DataArgs struct {
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Location: string, required
	Location terra.StringValue `hcl:"location,attr" validate:"required"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// ResourceGroupName: string, required
	ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"`
	// Timeouts: optional
	Timeouts *DataTimeouts `hcl:"timeouts,block"`
}

DataArgs contains the configurations for azurerm_healthcare_service.

type DataAuthenticationConfigurationAttributes

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

func (DataAuthenticationConfigurationAttributes) Audience

func (DataAuthenticationConfigurationAttributes) Authority

func (DataAuthenticationConfigurationAttributes) InternalRef

func (DataAuthenticationConfigurationAttributes) InternalTokens

func (DataAuthenticationConfigurationAttributes) InternalWithRef

func (DataAuthenticationConfigurationAttributes) SmartProxyEnabled

type DataAuthenticationConfigurationState

type DataAuthenticationConfigurationState struct {
	Audience          string `json:"audience"`
	Authority         string `json:"authority"`
	SmartProxyEnabled bool   `json:"smart_proxy_enabled"`
}

type DataCorsConfigurationAttributes

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

func (DataCorsConfigurationAttributes) AllowCredentials

func (cc DataCorsConfigurationAttributes) AllowCredentials() terra.BoolValue

func (DataCorsConfigurationAttributes) AllowedHeaders

func (DataCorsConfigurationAttributes) AllowedMethods

func (DataCorsConfigurationAttributes) AllowedOrigins

func (DataCorsConfigurationAttributes) InternalRef

func (DataCorsConfigurationAttributes) InternalTokens

func (cc DataCorsConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataCorsConfigurationAttributes) InternalWithRef

func (DataCorsConfigurationAttributes) MaxAgeInSeconds

func (cc DataCorsConfigurationAttributes) MaxAgeInSeconds() terra.NumberValue

type DataCorsConfigurationState

type DataCorsConfigurationState struct {
	AllowCredentials bool     `json:"allow_credentials"`
	AllowedHeaders   []string `json:"allowed_headers"`
	AllowedMethods   []string `json:"allowed_methods"`
	AllowedOrigins   []string `json:"allowed_origins"`
	MaxAgeInSeconds  float64  `json:"max_age_in_seconds"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource azurerm_healthcare_service.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (ahs *DataSource) Attributes() dataAzurermHealthcareServiceAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

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

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (ahs *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (ahs *DataSource) LocalName() string

LocalName returns the local name for DataSource.

type DataTimeouts

type DataTimeouts struct {
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
}

type DataTimeoutsAttributes

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

func (DataTimeoutsAttributes) InternalRef

func (t DataTimeoutsAttributes) InternalRef() (terra.Reference, error)

func (DataTimeoutsAttributes) InternalTokens

func (t DataTimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataTimeoutsAttributes) InternalWithRef

func (DataTimeoutsAttributes) Read

type DataTimeoutsState

type DataTimeoutsState struct {
	Read string `json:"read"`
}

type Identity

type Identity struct {
	// Type: string, required
	Type terra.StringValue `hcl:"type,attr" validate:"required"`
}

type IdentityAttributes

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

func (IdentityAttributes) InternalRef

func (i IdentityAttributes) InternalRef() (terra.Reference, error)

func (IdentityAttributes) InternalTokens

func (i IdentityAttributes) InternalTokens() (hclwrite.Tokens, error)

func (IdentityAttributes) InternalWithRef

func (i IdentityAttributes) InternalWithRef(ref terra.Reference) IdentityAttributes

func (IdentityAttributes) PrincipalId

func (i IdentityAttributes) PrincipalId() terra.StringValue

func (IdentityAttributes) TenantId

func (i IdentityAttributes) TenantId() terra.StringValue

func (IdentityAttributes) Type

type IdentityState

type IdentityState struct {
	PrincipalId string `json:"principal_id"`
	TenantId    string `json:"tenant_id"`
	Type        string `json:"type"`
}

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 azurerm_healthcare_service.

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (ahs *Resource) Attributes() azurermHealthcareServiceAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

func (ahs *Resource) Configuration() interface{}

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

func (ahs *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (ahs *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (ahs *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (ahs *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (ahs *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (ahs *Resource) State() (*azurermHealthcareServiceState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (ahs *Resource) StateMust() *azurermHealthcareServiceState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (ahs *Resource) Type() string

Type returns the Terraform object type 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"`
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
	// Update: string, optional
	Update terra.StringValue `hcl:"update,attr"`
}

type TimeoutsAttributes

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

func (TimeoutsAttributes) Create

func (TimeoutsAttributes) Delete

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) Read

func (TimeoutsAttributes) Update

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Read   string `json:"read"`
	Update string `json:"update"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL