Class IntegrationLog
Inherited Members
Namespace: Pulumi.CloudAmqp
Assembly: Pulumi.CloudAmqp.dll
Syntax
public class IntegrationLog : CustomResource
Constructors
View SourceIntegrationLog(String, IntegrationLogArgs, CustomResourceOptions)
Create a IntegrationLog resource with the given unique name, arguments, and options.
Declaration
public IntegrationLog(string name, IntegrationLogArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| IntegrationLogArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceAccessKeyId
AWS access key identifier. (Cloudwatch)
Declaration
public Output<string> AccessKeyId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
HostPort
Destination to send the logs. (Splunk)
Declaration
public Output<string> HostPort { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
InstanceId
Instance identifier used to make proxy calls
Declaration
public Output<int> InstanceId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Int32> |
Name
The name of log integration
Declaration
public Output<string> Name { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Region
The region hosting integration service. (Cloudwatch)
Declaration
public Output<string> Region { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
SecretAccessKey
AWS secret access key. (Cloudwatch)
Declaration
public Output<string> SecretAccessKey { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Token
The token used for authentication. (Loggly, Logentries, Splunk)
Declaration
public Output<string> Token { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Url
The URL to push the logs to. (Papertrail)
Declaration
public Output<string> Url { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(String, Input<String>, IntegrationLogState, CustomResourceOptions)
Get an existing IntegrationLog resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static IntegrationLog Get(string name, Input<string> id, IntegrationLogState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| IntegrationLogState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| IntegrationLog |