Backend Args
data class BackendArgs(val address: Output<String>? = null, val backendHostHeader: Output<String>? = null, val enabledState: Output<Either<String, BackendEnabledState>>? = null, val httpPort: Output<Int>? = null, val httpsPort: Output<Int>? = null, val priority: Output<Int>? = null, val privateLinkAlias: Output<String>? = null, val privateLinkApprovalMessage: Output<String>? = null, val privateLinkLocation: Output<String>? = null, val privateLinkResourceId: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<BackendArgs>
Backend address of a frontDoor load balancer.
Constructors
Link copied to clipboard
constructor(address: Output<String>? = null, backendHostHeader: Output<String>? = null, enabledState: Output<Either<String, BackendEnabledState>>? = null, httpPort: Output<Int>? = null, httpsPort: Output<Int>? = null, priority: Output<Int>? = null, privateLinkAlias: Output<String>? = null, privateLinkApprovalMessage: Output<String>? = null, privateLinkLocation: Output<String>? = null, privateLinkResourceId: Output<String>? = null, weight: Output<Int>? = null)
Properties
Link copied to clipboard
The value to use as the host header sent to the backend. If blank or unspecified, this defaults to the incoming host.
Link copied to clipboard
Whether to enable use of this backend. Permitted values are 'Enabled' or 'Disabled'
Link copied to clipboard
The Alias of the Private Link resource. Populating this optional field indicates that this backend is 'Private'
Link copied to clipboard
A custom message to be included in the approval request to connect to the Private Link
Link copied to clipboard
The location of the Private Link resource. Required only if 'privateLinkResourceId' is populated
Link copied to clipboard
The Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private'