Show / Hide Table of Contents

Class ServiceLinkedRoleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceLinkedRoleArgs
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 ServiceLinkedRoleArgs : ResourceArgs

Constructors

View Source

ServiceLinkedRoleArgs()

Declaration
public ServiceLinkedRoleArgs()

Properties

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

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
Back to top Copyright 2016-2020, Pulumi Corporation.