@Stability(value=Stable)
public static interface CfnTaskDefinition.FirelensConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ecs.*;
FirelensConfigurationProperty firelensConfigurationProperty = FirelensConfigurationProperty.builder()
.options(Map.of(
"optionsKey", "options"))
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTaskDefinition.FirelensConfigurationProperty.Builder
A builder for
CfnTaskDefinition.FirelensConfigurationProperty |
static class |
CfnTaskDefinition.FirelensConfigurationProperty.Jsii$Proxy
An implementation for
CfnTaskDefinition.FirelensConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTaskDefinition.FirelensConfigurationProperty.Builder |
builder() |
default Object |
getOptions()
`CfnTaskDefinition.FirelensConfigurationProperty.Options`.
|
default String |
getType()
`CfnTaskDefinition.FirelensConfigurationProperty.Type`.
|
@Stability(value=Stable) @Nullable default Object getOptions()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) static CfnTaskDefinition.FirelensConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.