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 RegisterCrossAccountAccessRole operation. Registers the IAM role that grants Amazon Inspector access to AWS Services needed to perform security assessments.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Inspector.AmazonInspectorRequest
      Amazon.Inspector.Model.RegisterCrossAccountAccessRoleRequest

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

Syntax

C#
public class RegisterCrossAccountAccessRoleRequest : AmazonInspectorRequest
         IAmazonWebServiceRequest

The RegisterCrossAccountAccessRoleRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property RoleArn System.String

Gets and sets the property RoleArn.

The ARN of the IAM role that grants Amazon Inspector access to AWS Services needed to perform security assessments.

Examples

Registers the IAM role that Amazon Inspector uses to list your EC2 instances at the start of the assessment run or when you call the PreviewAgents action.

Register cross account access role


var client = new AmazonInspectorClient();
var response = client.RegisterCrossAccountAccessRole(new RegisterCrossAccountAccessRoleRequest 
{
    RoleArn = "arn:aws:iam::123456789012:role/inspector"
});


            

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