AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.deadline.getMonitor
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Definition of AWS::Deadline::Monitor Resource Type
Using getMonitor
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getMonitor(args: GetMonitorArgs, opts?: InvokeOptions): Promise<GetMonitorResult>
function getMonitorOutput(args: GetMonitorOutputArgs, opts?: InvokeOptions): Output<GetMonitorResult>
def get_monitor(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMonitorResult
def get_monitor_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMonitorResult]
func LookupMonitor(ctx *Context, args *LookupMonitorArgs, opts ...InvokeOption) (*LookupMonitorResult, error)
func LookupMonitorOutput(ctx *Context, args *LookupMonitorOutputArgs, opts ...InvokeOption) LookupMonitorResultOutput
> Note: This function is named LookupMonitor
in the Go SDK.
public static class GetMonitor
{
public static Task<GetMonitorResult> InvokeAsync(GetMonitorArgs args, InvokeOptions? opts = null)
public static Output<GetMonitorResult> Invoke(GetMonitorInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMonitorResult> getMonitor(GetMonitorArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:deadline:getMonitor
arguments:
# arguments dictionary
The following arguments are supported:
- Arn string
- The Amazon Resource Name (ARN) of the monitor.
- Arn string
- The Amazon Resource Name (ARN) of the monitor.
- arn String
- The Amazon Resource Name (ARN) of the monitor.
- arn string
- The Amazon Resource Name (ARN) of the monitor.
- arn str
- The Amazon Resource Name (ARN) of the monitor.
- arn String
- The Amazon Resource Name (ARN) of the monitor.
getMonitor Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the monitor.
- Display
Name string - The name of the monitor that displays on the Deadline Cloud console.
- Identity
Center stringApplication Arn - The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
- Monitor
Id string - The unique identifier for the monitor.
- Role
Arn string - The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
- Subdomain string
- The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
- Url string
- The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
- Arn string
- The Amazon Resource Name (ARN) of the monitor.
- Display
Name string - The name of the monitor that displays on the Deadline Cloud console.
- Identity
Center stringApplication Arn - The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
- Monitor
Id string - The unique identifier for the monitor.
- Role
Arn string - The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
- Subdomain string
- The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
- Url string
- The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
- arn String
- The Amazon Resource Name (ARN) of the monitor.
- display
Name String - The name of the monitor that displays on the Deadline Cloud console.
- identity
Center StringApplication Arn - The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
- monitor
Id String - The unique identifier for the monitor.
- role
Arn String - The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
- subdomain String
- The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
- url String
- The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
- arn string
- The Amazon Resource Name (ARN) of the monitor.
- display
Name string - The name of the monitor that displays on the Deadline Cloud console.
- identity
Center stringApplication Arn - The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
- monitor
Id string - The unique identifier for the monitor.
- role
Arn string - The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
- subdomain string
- The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
- url string
- The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
- arn str
- The Amazon Resource Name (ARN) of the monitor.
- display_
name str - The name of the monitor that displays on the Deadline Cloud console.
- identity_
center_ strapplication_ arn - The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
- monitor_
id str - The unique identifier for the monitor.
- role_
arn str - The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
- subdomain str
- The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
- url str
- The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
- arn String
- The Amazon Resource Name (ARN) of the monitor.
- display
Name String - The name of the monitor that displays on the Deadline Cloud console.
- identity
Center StringApplication Arn - The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
- monitor
Id String - The unique identifier for the monitor.
- role
Arn String - The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
- subdomain String
- The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
- url String
- The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi