Show / Hide Table of Contents

Class LogDestinationPolicyState

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

Constructors

View Source

LogDestinationPolicyState()

Declaration
public LogDestinationPolicyState()

Properties

View Source

AccessPolicy

The policy document. This is a JSON formatted string.

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

DestinationName

A name for the subscription filter

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