Documentation
¶
Index ¶
- type Args
- type ClusterSetting
- type ClusterSettingAttributes
- func (cs ClusterSettingAttributes) InternalRef() (terra.Reference, error)
- func (cs ClusterSettingAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cs ClusterSettingAttributes) InternalWithRef(ref terra.Reference) ClusterSettingAttributes
- func (cs ClusterSettingAttributes) Name() terra.StringValue
- func (cs ClusterSettingAttributes) Value() terra.StringValue
- type ClusterSettingState
- type DataArgs
- type DataClusterSettingAttributes
- func (cs DataClusterSettingAttributes) InternalRef() (terra.Reference, error)
- func (cs DataClusterSettingAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cs DataClusterSettingAttributes) InternalWithRef(ref terra.Reference) DataClusterSettingAttributes
- func (cs DataClusterSettingAttributes) Name() terra.StringValue
- func (cs DataClusterSettingAttributes) Value() terra.StringValue
- type DataClusterSettingState
- type DataInboundNetworkDependenciesAttributes
- func (ind DataInboundNetworkDependenciesAttributes) Description() terra.StringValue
- func (ind DataInboundNetworkDependenciesAttributes) InternalRef() (terra.Reference, error)
- func (ind DataInboundNetworkDependenciesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ind DataInboundNetworkDependenciesAttributes) InternalWithRef(ref terra.Reference) DataInboundNetworkDependenciesAttributes
- func (ind DataInboundNetworkDependenciesAttributes) IpAddresses() terra.ListValue[terra.StringValue]
- func (ind DataInboundNetworkDependenciesAttributes) Ports() terra.ListValue[terra.StringValue]
- type DataInboundNetworkDependenciesState
- type DataSource
- type DataTimeouts
- type DataTimeoutsAttributes
- type DataTimeoutsState
- type InboundNetworkDependenciesAttributes
- func (ind InboundNetworkDependenciesAttributes) Description() terra.StringValue
- func (ind InboundNetworkDependenciesAttributes) InternalRef() (terra.Reference, error)
- func (ind InboundNetworkDependenciesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ind InboundNetworkDependenciesAttributes) InternalWithRef(ref terra.Reference) InboundNetworkDependenciesAttributes
- func (ind InboundNetworkDependenciesAttributes) IpAddresses() terra.ListValue[terra.StringValue]
- func (ind InboundNetworkDependenciesAttributes) Ports() terra.ListValue[terra.StringValue]
- type InboundNetworkDependenciesState
- type Resource
- func (aasev *Resource) Attributes() azurermAppServiceEnvironmentV3Attributes
- func (aasev *Resource) Configuration() interface{}
- func (aasev *Resource) DependOn() terra.Reference
- func (aasev *Resource) Dependencies() terra.Dependencies
- func (aasev *Resource) ImportState(state io.Reader) error
- func (aasev *Resource) LifecycleManagement() *terra.Lifecycle
- func (aasev *Resource) LocalName() string
- func (aasev *Resource) State() (*azurermAppServiceEnvironmentV3State, bool)
- func (aasev *Resource) StateMust() *azurermAppServiceEnvironmentV3State
- func (aasev *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) Read() terra.StringValue
- 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 { // AllowNewPrivateEndpointConnections: bool, optional AllowNewPrivateEndpointConnections terra.BoolValue `hcl:"allow_new_private_endpoint_connections,attr"` // DedicatedHostCount: number, optional DedicatedHostCount terra.NumberValue `hcl:"dedicated_host_count,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // InternalLoadBalancingMode: string, optional InternalLoadBalancingMode terra.StringValue `hcl:"internal_load_balancing_mode,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // RemoteDebuggingEnabled: bool, optional RemoteDebuggingEnabled terra.BoolValue `hcl:"remote_debugging_enabled,attr"` // ResourceGroupName: string, required ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"` // SubnetId: string, required SubnetId terra.StringValue `hcl:"subnet_id,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // ZoneRedundant: bool, optional ZoneRedundant terra.BoolValue `hcl:"zone_redundant,attr"` // ClusterSetting: min=0 ClusterSetting []ClusterSetting `hcl:"cluster_setting,block" validate:"min=0"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurerm_app_service_environment_v3.
type ClusterSetting ¶
type ClusterSetting struct { // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Value: string, required Value terra.StringValue `hcl:"value,attr" validate:"required"` }
type ClusterSettingAttributes ¶
type ClusterSettingAttributes struct {
// contains filtered or unexported fields
}
func (ClusterSettingAttributes) InternalRef ¶
func (cs ClusterSettingAttributes) InternalRef() (terra.Reference, error)
func (ClusterSettingAttributes) InternalTokens ¶
func (cs ClusterSettingAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ClusterSettingAttributes) InternalWithRef ¶
func (cs ClusterSettingAttributes) InternalWithRef(ref terra.Reference) ClusterSettingAttributes
func (ClusterSettingAttributes) Name ¶
func (cs ClusterSettingAttributes) Name() terra.StringValue
func (ClusterSettingAttributes) Value ¶
func (cs ClusterSettingAttributes) Value() terra.StringValue
type ClusterSettingState ¶
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"` // 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_app_service_environment_v3.
type DataClusterSettingAttributes ¶
type DataClusterSettingAttributes struct {
// contains filtered or unexported fields
}
func (DataClusterSettingAttributes) InternalRef ¶
func (cs DataClusterSettingAttributes) InternalRef() (terra.Reference, error)
func (DataClusterSettingAttributes) InternalTokens ¶
func (cs DataClusterSettingAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataClusterSettingAttributes) InternalWithRef ¶
func (cs DataClusterSettingAttributes) InternalWithRef(ref terra.Reference) DataClusterSettingAttributes
func (DataClusterSettingAttributes) Name ¶
func (cs DataClusterSettingAttributes) Name() terra.StringValue
func (DataClusterSettingAttributes) Value ¶
func (cs DataClusterSettingAttributes) Value() terra.StringValue
type DataClusterSettingState ¶
type DataInboundNetworkDependenciesAttributes ¶
type DataInboundNetworkDependenciesAttributes struct {
// contains filtered or unexported fields
}
func (DataInboundNetworkDependenciesAttributes) Description ¶
func (ind DataInboundNetworkDependenciesAttributes) Description() terra.StringValue
func (DataInboundNetworkDependenciesAttributes) InternalRef ¶
func (ind DataInboundNetworkDependenciesAttributes) InternalRef() (terra.Reference, error)
func (DataInboundNetworkDependenciesAttributes) InternalTokens ¶
func (ind DataInboundNetworkDependenciesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataInboundNetworkDependenciesAttributes) InternalWithRef ¶
func (ind DataInboundNetworkDependenciesAttributes) InternalWithRef(ref terra.Reference) DataInboundNetworkDependenciesAttributes
func (DataInboundNetworkDependenciesAttributes) IpAddresses ¶
func (ind DataInboundNetworkDependenciesAttributes) IpAddresses() terra.ListValue[terra.StringValue]
func (DataInboundNetworkDependenciesAttributes) Ports ¶
func (ind DataInboundNetworkDependenciesAttributes) Ports() terra.ListValue[terra.StringValue]
type DataSource ¶
DataSource represents the Terraform data resource azurerm_app_service_environment_v3.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (aasev *DataSource) Attributes() dataAzurermAppServiceEnvironmentV3Attributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (aasev *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (aasev *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (aasev *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 (t DataTimeoutsAttributes) InternalWithRef(ref terra.Reference) DataTimeoutsAttributes
func (DataTimeoutsAttributes) Read ¶
func (t DataTimeoutsAttributes) Read() terra.StringValue
type DataTimeoutsState ¶
type DataTimeoutsState struct {
Read string `json:"read"`
}
type InboundNetworkDependenciesAttributes ¶
type InboundNetworkDependenciesAttributes struct {
// contains filtered or unexported fields
}
func (InboundNetworkDependenciesAttributes) Description ¶
func (ind InboundNetworkDependenciesAttributes) Description() terra.StringValue
func (InboundNetworkDependenciesAttributes) InternalRef ¶
func (ind InboundNetworkDependenciesAttributes) InternalRef() (terra.Reference, error)
func (InboundNetworkDependenciesAttributes) InternalTokens ¶
func (ind InboundNetworkDependenciesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (InboundNetworkDependenciesAttributes) InternalWithRef ¶
func (ind InboundNetworkDependenciesAttributes) InternalWithRef(ref terra.Reference) InboundNetworkDependenciesAttributes
func (InboundNetworkDependenciesAttributes) IpAddresses ¶
func (ind InboundNetworkDependenciesAttributes) IpAddresses() terra.ListValue[terra.StringValue]
func (InboundNetworkDependenciesAttributes) Ports ¶
func (ind InboundNetworkDependenciesAttributes) Ports() terra.ListValue[terra.StringValue]
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_app_service_environment_v3.
func (*Resource) Attributes ¶
func (aasev *Resource) Attributes() azurermAppServiceEnvironmentV3Attributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aasev *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aasev *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"` // 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 (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) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue