We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.iottwinmaker.SyncJob
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Resource schema for AWS::IoTTwinMaker::SyncJob
Create SyncJob Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SyncJob(name: string, args: SyncJobArgs, opts?: CustomResourceOptions);
@overload
def SyncJob(resource_name: str,
args: SyncJobArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SyncJob(resource_name: str,
opts: Optional[ResourceOptions] = None,
sync_role: Optional[str] = None,
sync_source: Optional[str] = None,
workspace_id: Optional[str] = None,
tags: Optional[Mapping[str, str]] = 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.
Parameters
- 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:
- Sync
Role string - The IAM Role that execute SyncJob.
- Sync
Source string - The source of the SyncJob.
- Workspace
Id string - The ID of the workspace.
- Dictionary<string, string>
- A key-value pair to associate with a resource.
- Sync
Role string - The IAM Role that execute SyncJob.
- Sync
Source string - The source of the SyncJob.
- Workspace
Id string - The ID of the workspace.
- map[string]string
- A key-value pair to associate with a resource.
- sync
Role String - The IAM Role that execute SyncJob.
- sync
Source String - The source of the SyncJob.
- workspace
Id String - The ID of the workspace.
- Map<String,String>
- A key-value pair to associate with a resource.
- sync
Role string - The IAM Role that execute SyncJob.
- sync
Source string - The source of the SyncJob.
- workspace
Id string - The ID of the workspace.
- {[key: string]: string}
- 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.
- Mapping[str, str]
- A key-value pair to associate with a resource.
- sync
Role String - The IAM Role that execute SyncJob.
- sync
Source String - The source of the SyncJob.
- workspace
Id String - The ID of the workspace.
- Map<String>
- 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.
- Creation
Date stringTime - 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.
- Update
Date stringTime - The date and time when the sync job was updated.
- Arn string
- The ARN of the SyncJob.
- Creation
Date stringTime - 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.
- Update
Date stringTime - The date and time when the sync job was updated.
- arn String
- The ARN of the SyncJob.
- creation
Date StringTime - 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.
- update
Date StringTime - The date and time when the sync job was updated.
- arn string
- The ARN of the SyncJob.
- creation
Date stringTime - 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.
- update
Date stringTime - The date and time when the sync job was updated.
- arn str
- The ARN of the SyncJob.
- creation_
date_ strtime - 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_ strtime - The date and time when the sync job was updated.
- arn String
- The ARN of the SyncJob.
- creation
Date StringTime - 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.
- update
Date StringTime - The date and time when the sync job was updated.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi