Show / Hide Table of Contents

Class ServiceLinkedRoleState

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceLinkedRoleState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Iam
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ServiceLinkedRoleState : ResourceArgs

Constructors

View Source

ServiceLinkedRoleState()

Declaration
public ServiceLinkedRoleState()

Properties

View Source

Arn

The Amazon Resource Name (ARN) specifying the role.

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AwsServiceName

The AWS service to which this role is attached. You use a string similar to a URL but without the http:// in front. For example: elasticbeanstalk.amazonaws.com. To find the full list of services that support service-linked roles, check the docs.

Declaration
public Input<string> AwsServiceName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CreateDate

The creation date of the IAM role.

Declaration
public Input<string> CreateDate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CustomSuffix

Additional string appended to the role name. Not all AWS services support custom suffixes.

Declaration
public Input<string> CustomSuffix { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

The description of the role.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the role.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Path

The path of the role.

Declaration
public Input<string> Path { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UniqueId

The stable and unique string identifying the role.

Declaration
public Input<string> UniqueId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.