Show / Hide Table of Contents

Class GroupPolicyState

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

Constructors

View Source

GroupPolicyState()

Declaration
public GroupPolicyState()

Properties

View Source

Group

The IAM group to attach to the policy.

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

Name

The name of the policy. If omitted, this provider will assign a random, unique name.

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

NamePrefix

Creates a unique name beginning with the specified prefix. Conflicts with name.

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

Policy

The policy document. This is a JSON formatted string.

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