# Fastly::Logging::Splunk Manage a Fastly Splunk Log. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Type" : "Fastly::Logging::Splunk",
    "Properties" : {
        "FormatVersion" : Integer,
        "Name" : String,
        "Placement" : String,
        "RequestMaxBytes" : Integer,
        "RequestMaxEntries" : Integer,
        "ResponseCondition" : String,
        "TlsCaCert" : String,
        "TlsClientCert" : String,
        "TlsClientKey" : String,
        "TlsHostname" : String,
        "Token" : String,
        "Url" : String,
        "UseTls" : Integer,
        "ServiceId" : String,
        "VersionId" : String,
        "Version" : String
    }
}
### YAML
Type: Fastly::Logging::Splunk
Properties:
    FormatVersion: Integer
    Name: String
    Placement: String
    RequestMaxBytes: Integer
    RequestMaxEntries: Integer
    ResponseCondition: String
    TlsCaCert: String
    TlsClientCert: String
    TlsClientKey: String
    TlsHostname: String
    Token: String
    Url: String
    UseTls: Integer
    ServiceId: String
    VersionId: String
    Version: String
## Properties #### FormatVersion The version of the custom logging format used for the configured endpoint. _Required_: No _Type_: Integer _Allowed Values_: 1 | 2 _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Name The name for the real-time logging configuration. _Required_: Yes _Type_: String _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) #### Placement Where in the generated VCL the logging call should be placed. _Required_: No _Type_: String _Allowed Values_: none | waf_debug _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### RequestMaxBytes The maximum number of bytes sent in one request. Defaults 0 for unbounded. [Default 0] _Required_: No _Type_: Integer _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### RequestMaxEntries The maximum number of logs sent in one request. Defaults 0 for unbounded. [Default 0] _Required_: No _Type_: Integer _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### ResponseCondition The name of an existing condition in the configured endpoint, or leave blank to always execute. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### TlsCaCert A secure certificate to authenticate a server with. Must be in PEM format. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### TlsClientCert The client certificate used to make authenticated requests. Must be in PEM format. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### TlsClientKey The client private key used to make authenticated requests. Must be in PEM format. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### TlsHostname The hostname to verify the server's certificate. This should be one of the Subject Alternative Name (SAN) fields for the certificate. Common Names (CN) are not supported. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Token A Splunk token for use in posting logs over HTTP to your collector. _Required_: Yes _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Url The URL to post logs to. _Required_: Yes _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### UseTls Whether to use TLS. [Default 0] _Required_: No _Type_: Integer _Allowed Values_: 0 | 1 _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### ServiceId Alphanumeric string identifying the service. Read-only. _Required_: No _Type_: String _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) #### VersionId Alphanumeric string identifying the service version. _Required_: No _Type_: String _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) #### Version Integer identifying a domain version. Read-only. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) ## Return Values ### Fn::GetAtt The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values. For more information about using the `Fn::GetAtt` intrinsic function, see [Fn::GetAtt](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html). #### CreatedAt Date and time in ISO 8601 format. Read-only. #### DeletedAt Date and time in ISO 8601 format. Read-only. #### UpdatedAt Date and time in ISO 8601 format. Read-only.