Class ServiceLinkedRoleState
Inherited Members
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 SourceServiceLinkedRoleState()
Declaration
public ServiceLinkedRoleState()
Properties
View SourceArn
The Amazon Resource Name (ARN) specifying the role.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
CreateDate
The creation date of the IAM role.
Declaration
public Input<string> CreateDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Description
The description of the role.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the role.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Path
The path of the role.
Declaration
public Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UniqueId
The stable and unique string identifying the role.
Declaration
public Input<string> UniqueId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |