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 AssociateRoleToGroup operation. Associates a role with a group. Your Greengrass core will use the role to access AWS cloud services. The role's permissions should allow Greengrass core Lambda functions to perform actions against the cloud.

Inheritance Hierarchy

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

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

Syntax

C#
public class AssociateRoleToGroupRequest : AmazonGreengrassRequest
         IAmazonWebServiceRequest

The AssociateRoleToGroupRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property GroupId System.String

Gets and sets the property GroupId. The ID of the Greengrass group.

Public Property RoleArn System.String

Gets and sets the property RoleArn. The ARN of the role you wish to associate with this group. The existence of the role is not validated.

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