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
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
Remarks
Value
List of Applicable values: [STDOUT, STDERR, HIVE_LOG, TEZ_AM, SYSTEM_LOGS].
string[]? Value { get; }
Property Value
string[]