1. Packages
  2. AWS Native
  3. API Docs
  4. iottwinmaker
  5. SyncJob

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

AWS Native v0.64.0 published on Friday, Jun 2, 2023 by Pulumi

aws-native.iottwinmaker.SyncJob

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.64.0 published on Friday, Jun 2, 2023 by Pulumi

    Resource schema for AWS::IoTTwinMaker::SyncJob

    Create SyncJob Resource

    new SyncJob(name: string, args: SyncJobArgs, opts?: CustomResourceOptions);
    @overload
    def SyncJob(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                sync_role: Optional[str] = None,
                sync_source: Optional[str] = None,
                tags: Optional[Any] = None,
                workspace_id: Optional[str] = None)
    @overload
    def SyncJob(resource_name: str,
                args: SyncJobArgs,
                opts: Optional[ResourceOptions] = None)
    func NewSyncJob(ctx *Context, name string, args SyncJobArgs, opts ...ResourceOption) (*SyncJob, error)
    public SyncJob(string name, SyncJobArgs args, CustomResourceOptions? opts = null)
    public SyncJob(String name, SyncJobArgs args)
    public SyncJob(String name, SyncJobArgs args, CustomResourceOptions options)
    
    type: aws-native:iottwinmaker:SyncJob
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args SyncJobArgs
    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 SyncJobArgs
    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 SyncJobArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SyncJobArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SyncJobArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    SyncJob 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 SyncJob resource accepts the following input properties:

    SyncRole string

    The IAM Role that execute SyncJob.

    SyncSource string

    The source of the SyncJob.

    WorkspaceId string

    The ID of the workspace.

    Tags object

    A key-value pair to associate with a resource.

    SyncRole string

    The IAM Role that execute SyncJob.

    SyncSource string

    The source of the SyncJob.

    WorkspaceId string

    The ID of the workspace.

    Tags interface{}

    A key-value pair to associate with a resource.

    syncRole String

    The IAM Role that execute SyncJob.

    syncSource String

    The source of the SyncJob.

    workspaceId String

    The ID of the workspace.

    tags Object

    A key-value pair to associate with a resource.

    syncRole string

    The IAM Role that execute SyncJob.

    syncSource string

    The source of the SyncJob.

    workspaceId string

    The ID of the workspace.

    tags any

    A key-value pair to associate with a resource.

    sync_role str

    The IAM Role that execute SyncJob.

    sync_source str

    The source of the SyncJob.

    workspace_id str

    The ID of the workspace.

    tags Any

    A key-value pair to associate with a resource.

    syncRole String

    The IAM Role that execute SyncJob.

    syncSource String

    The source of the SyncJob.

    workspaceId String

    The ID of the workspace.

    tags Any

    A key-value pair to associate with a resource.

    Outputs

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

    Arn string

    The ARN of the SyncJob.

    CreationDateTime string

    The date and time when the sync job was created.

    Id string

    The provider-assigned unique ID for this managed resource.

    State string

    The state of SyncJob.

    UpdateDateTime string

    The date and time when the sync job was updated.

    Arn string

    The ARN of the SyncJob.

    CreationDateTime string

    The date and time when the sync job was created.

    Id string

    The provider-assigned unique ID for this managed resource.

    State string

    The state of SyncJob.

    UpdateDateTime string

    The date and time when the sync job was updated.

    arn String

    The ARN of the SyncJob.

    creationDateTime String

    The date and time when the sync job was created.

    id String

    The provider-assigned unique ID for this managed resource.

    state String

    The state of SyncJob.

    updateDateTime String

    The date and time when the sync job was updated.

    arn string

    The ARN of the SyncJob.

    creationDateTime string

    The date and time when the sync job was created.

    id string

    The provider-assigned unique ID for this managed resource.

    state string

    The state of SyncJob.

    updateDateTime string

    The date and time when the sync job was updated.

    arn str

    The ARN of the SyncJob.

    creation_date_time str

    The date and time when the sync job was created.

    id str

    The provider-assigned unique ID for this managed resource.

    state str

    The state of SyncJob.

    update_date_time str

    The date and time when the sync job was updated.

    arn String

    The ARN of the SyncJob.

    creationDateTime String

    The date and time when the sync job was created.

    id String

    The provider-assigned unique ID for this managed resource.

    state String

    The state of SyncJob.

    updateDateTime String

    The date and time when the sync job was updated.

    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.64.0 published on Friday, Jun 2, 2023 by Pulumi