AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the SyncResource operation. Syncs the resource with current AppRegistry records.

Specifically, the resource’s AppRegistry system tags sync with its associated application. We remove the resource's AppRegistry system tags if it does not associate with the application. The caller must have permissions to read and update the resource.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AppRegistry.AmazonAppRegistryRequest
      Amazon.AppRegistry.Model.SyncResourceRequest

Namespace: Amazon.AppRegistry.Model
Assembly: AWSSDK.AppRegistry.dll
Version: 3.x.y.z

Syntax

C#
public class SyncResourceRequest : AmazonAppRegistryRequest
         IAmazonWebServiceRequest

The SyncResourceRequest type exposes the following members

Constructors

NameDescription
Public Method SyncResourceRequest()

Properties

NameTypeDescription
Public Property Resource System.String

Gets and sets the property Resource.

An entity you can work with and specify with a name or ID. Examples include an Amazon EC2 instance, an Amazon Web Services CloudFormation stack, or an Amazon S3 bucket.

Public Property ResourceType Amazon.AppRegistry.ResourceType

Gets and sets the property ResourceType.

The type of resource of which the application will be associated.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5