Class CfnSyncJob
The SyncJob.
Inherited Members
Namespace: Amazon.CDK.AWS.IoTTwinMaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSyncJob : CfnResource, IInspectable, ITaggable
Syntax (vb)
Public Class CfnSyncJob
Inherits CfnResource
Implements IInspectable, ITaggable
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-syncjob.html
CloudformationResource: AWS::IoTTwinMaker::SyncJob
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTTwinMaker;
var cfnSyncJob = new CfnSyncJob(this, "MyCfnSyncJob", new CfnSyncJobProps {
SyncRole = "syncRole",
SyncSource = "syncSource",
WorkspaceId = "workspaceId",
// the properties below are optional
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
});
Synopsis
Constructors
CfnSyncJob(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnSyncJob(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnSyncJob(Construct, String, ICfnSyncJobProps) |
Properties
AttrArn | The SyncJob ARN. |
AttrCreationDateTime | The creation date and time of the SyncJob. |
AttrState | The SyncJob's state. |
AttrUpdateDateTime | The update date and time. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
SyncRole | The SyncJob IAM role. |
SyncSource | The sync source. |
Tags | Tag Manager which manages the tags for this resource. |
TagsRaw | Metadata you can use to manage the SyncJob. |
WorkspaceId | The ID of the workspace that contains the sync job. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnSyncJob(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnSyncJob(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnSyncJob(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnSyncJob(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnSyncJob(Construct, String, ICfnSyncJobProps)
public CfnSyncJob(Construct scope, string id, ICfnSyncJobProps props)
Parameters
- scope Constructs.Construct
Scope in which this resource is defined.
- id System.String
Construct identifier for this resource (unique in its scope).
- props ICfnSyncJobProps
Resource properties.
Properties
AttrArn
The SyncJob ARN.
public virtual string AttrArn { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Arn
AttrCreationDateTime
The creation date and time of the SyncJob.
public virtual string AttrCreationDateTime { get; }
Property Value
System.String
Remarks
CloudformationAttribute: CreationDateTime
AttrState
The SyncJob's state.
public virtual string AttrState { get; }
Property Value
System.String
Remarks
CloudformationAttribute: State
AttrUpdateDateTime
The update date and time.
public virtual string AttrUpdateDateTime { get; }
Property Value
System.String
Remarks
CloudformationAttribute: UpdateDateTime
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
SyncRole
The SyncJob IAM role.
public virtual string SyncRole { get; set; }
Property Value
System.String
SyncSource
The sync source.
public virtual string SyncSource { get; set; }
Property Value
System.String
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
TagsRaw
Metadata you can use to manage the SyncJob.
public virtual IDictionary<string, string> TagsRaw { get; set; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.String>
WorkspaceId
The ID of the workspace that contains the sync job.
public virtual string WorkspaceId { get; set; }
Property Value
System.String
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>