1. Packages
  2. AWS Native
  3. API Docs
  4. deadline
  5. Monitor

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

Explore with Pulumi AI

aws-native logo

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

    Create Monitor Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Monitor(name: string, args: MonitorArgs, opts?: CustomResourceOptions);
    @overload
    def Monitor(resource_name: str,
                args: MonitorArgs,
                opts: Optional[ResourceOptions] = None)
    
    @overload
    def Monitor(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                display_name: Optional[str] = None,
                identity_center_instance_arn: Optional[str] = None,
                role_arn: Optional[str] = None,
                subdomain: Optional[str] = None)
    func NewMonitor(ctx *Context, name string, args MonitorArgs, opts ...ResourceOption) (*Monitor, error)
    public Monitor(string name, MonitorArgs args, CustomResourceOptions? opts = null)
    public Monitor(String name, MonitorArgs args)
    public Monitor(String name, MonitorArgs args, CustomResourceOptions options)
    
    type: aws-native:deadline:Monitor
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args MonitorArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args MonitorArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args MonitorArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args MonitorArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args MonitorArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Monitor Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Monitor resource accepts the following input properties:

    DisplayName string
    The name of the monitor that displays on the Deadline Cloud console.
    IdentityCenterInstanceArn string
    The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
    RoleArn 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.
    DisplayName string
    The name of the monitor that displays on the Deadline Cloud console.
    IdentityCenterInstanceArn string
    The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
    RoleArn 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.
    displayName String
    The name of the monitor that displays on the Deadline Cloud console.
    identityCenterInstanceArn String
    The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
    roleArn 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.
    displayName string
    The name of the monitor that displays on the Deadline Cloud console.
    identityCenterInstanceArn string
    The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
    roleArn 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.
    display_name str
    The name of the monitor that displays on the Deadline Cloud console.
    identity_center_instance_arn str
    The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
    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.
    displayName String
    The name of the monitor that displays on the Deadline Cloud console.
    identityCenterInstanceArn String
    The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
    roleArn 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.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Monitor resource produces the following output properties:

    Arn string
    The Amazon Resource Name (ARN) of the monitor.
    Id string
    The provider-assigned unique ID for this managed resource.
    IdentityCenterApplicationArn string
    The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
    MonitorId string
    The unique identifier for the monitor.
    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.
    Id string
    The provider-assigned unique ID for this managed resource.
    IdentityCenterApplicationArn string
    The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
    MonitorId string
    The unique identifier for the monitor.
    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.
    id String
    The provider-assigned unique ID for this managed resource.
    identityCenterApplicationArn String
    The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
    monitorId String
    The unique identifier for the monitor.
    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.
    id string
    The provider-assigned unique ID for this managed resource.
    identityCenterApplicationArn string
    The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
    monitorId string
    The unique identifier for the monitor.
    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.
    id str
    The provider-assigned unique ID for this managed resource.
    identity_center_application_arn str
    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.
    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.
    id String
    The provider-assigned unique ID for this managed resource.
    identityCenterApplicationArn String
    The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
    monitorId String
    The unique identifier for the monitor.
    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 logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi