Show / Hide Table of Contents

Class GetPolicyDocumentResult

Inheritance
System.Object
GetPolicyDocumentResult
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 GetPolicyDocumentResult

Fields

View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Json

The above arguments serialized as a standard JSON policy document.

Declaration
public readonly string Json
Field Value
Type Description
System.String
View Source

OverrideJson

Declaration
public readonly string OverrideJson
Field Value
Type Description
System.String
View Source

PolicyId

Declaration
public readonly string PolicyId
Field Value
Type Description
System.String
View Source

SourceJson

Declaration
public readonly string SourceJson
Field Value
Type Description
System.String
View Source

Statements

Declaration
public readonly ImmutableArray<GetPolicyDocumentStatementResult> Statements
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetPolicyDocumentStatementResult>
View Source

Version

Declaration
public readonly string Version
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.