Show / Hide Table of Contents

Interface CfnApplicationPropsMixin.ILogTypeMapKeyValuePairProperty

Namespace: Amazon.CDK.Mixins.Preview.AWS.EMRServerless.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnApplicationPropsMixin.ILogTypeMapKeyValuePairProperty
Syntax (vb)
Public Interface CfnApplicationPropsMixin.ILogTypeMapKeyValuePairProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-logtypemapkeyvaluepair.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.EMRServerless.Mixins;

             var logTypeMapKeyValuePairProperty = new LogTypeMapKeyValuePairProperty {
                 Key = "key",
                 Value = new [] { "value" }
             };

Synopsis

Properties

Key
Value

List of Applicable values: [STDOUT, STDERR, HIVE_LOG, TEZ_AM, SYSTEM_LOGS].

Properties

Key

string? Key { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-logtypemapkeyvaluepair.html#cfn-emrserverless-application-logtypemapkeyvaluepair-key

Value

List of Applicable values: [STDOUT, STDERR, HIVE_LOG, TEZ_AM, SYSTEM_LOGS].

string[]? Value { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-logtypemapkeyvaluepair.html#cfn-emrserverless-application-logtypemapkeyvaluepair-value

Back to top Generated by DocFX