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 AssociateServiceRoleToAccount operation. Associates a role with your account. AWS IoT Greengrass will use the role to access your Lambda functions and AWS IoT resources. This is necessary for deployments to succeed. The role must have at least minimum permissions in the policy ''AWSGreengrassResourceAccessRolePolicy''.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Greengrass.AmazonGreengrassRequest
      Amazon.Greengrass.Model.AssociateServiceRoleToAccountRequest

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

Syntax

C#
public class AssociateServiceRoleToAccountRequest : AmazonGreengrassRequest
         IAmazonWebServiceRequest

The AssociateServiceRoleToAccountRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property RoleArn System.String

Gets and sets the property RoleArn. The ARN of the service role you wish to associate with your account.

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