Class LogResourcePolicyArgs
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.CloudWatch
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LogResourcePolicyArgs : ResourceArgs
Constructors
View SourceLogResourcePolicyArgs()
Declaration
public LogResourcePolicyArgs()
Properties
View SourcePolicyDocument
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> |
PolicyName
Name of the resource policy.
Declaration
public Input<string> PolicyName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |