Show / Hide Table of Contents

Class IntegrationLogArgs

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

Constructors

View Source

IntegrationLogArgs()

Declaration
public IntegrationLogArgs()

Properties

View Source

AccessKeyId

AWS access key identifier. (Cloudwatch)

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

HostPort

Destination to send the logs. (Splunk)

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

InstanceId

Instance identifier used to make proxy calls

Declaration
public Input<int> InstanceId { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Name

The name of log integration

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

Region

The region hosting integration service. (Cloudwatch)

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

SecretAccessKey

AWS secret access key. (Cloudwatch)

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

Token

The token used for authentication. (Loggly, Logentries, Splunk)

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

Url

The URL to push the logs to. (Papertrail)

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