@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.597Z") @Stability(value=Stable) public interface CfnOutcomeProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.frauddetector.*;
CfnOutcomeProps cfnOutcomeProps = CfnOutcomeProps.builder()
.name("name")
// the properties below are optional
.description("description")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnOutcomeProps.Builder
A builder for
CfnOutcomeProps |
static class |
CfnOutcomeProps.Jsii$Proxy
An implementation for
CfnOutcomeProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnOutcomeProps.Builder |
builder() |
default String |
getDescription()
`AWS::FraudDetector::Outcome.Description`.
|
String |
getName()
`AWS::FraudDetector::Outcome.Name`.
|
default List<CfnTag> |
getTags()
`AWS::FraudDetector::Outcome.Tags`.
|
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnOutcomeProps.Builder builder()
CfnOutcomeProps.Builder of CfnOutcomePropsCopyright © 2021. All rights reserved.