Class ServiceLinkedRoleArgs
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 ServiceLinkedRoleArgs : ResourceArgs
Constructors
View SourceServiceLinkedRoleArgs()
Declaration
public ServiceLinkedRoleArgs()
Properties
View SourceAwsServiceName
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> |
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> |