Show / Hide Table of Contents

Class LogResourcePolicyState

Inheritance
System.Object
InputArgs
ResourceArgs
LogResourcePolicyState
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.CloudWatch
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LogResourcePolicyState : ResourceArgs

Constructors

View Source

LogResourcePolicyState()

Declaration
public LogResourcePolicyState()

Properties

View Source

PolicyDocument

Details of the resource policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. Maximum length of 5120 characters.

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

PolicyName

Name of the resource policy.

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