Class IntegrationLogArgs
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.CloudAmqp
Assembly: Pulumi.CloudAmqp.dll
Syntax
public sealed class IntegrationLogArgs : ResourceArgs
Constructors
View SourceIntegrationLogArgs()
Declaration
public IntegrationLogArgs()
Properties
View SourceAccessKeyId
AWS access key identifier. (Cloudwatch)
Declaration
public Input<string> AccessKeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HostPort
Destination to send the logs. (Splunk)
Declaration
public Input<string> HostPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceId
Instance identifier used to make proxy calls
Declaration
public Input<int> InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
The name of log integration
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The region hosting integration service. (Cloudwatch)
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecretAccessKey
AWS secret access key. (Cloudwatch)
Declaration
public Input<string> SecretAccessKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Token
The token used for authentication. (Loggly, Logentries, Splunk)
Declaration
public Input<string> Token { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Url
The URL to push the logs to. (Papertrail)
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |