@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-28T21:34:22.618Z")
public interface CfnActivityProps
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.stepfunctions.*; CfnActivityProps cfnActivityProps = CfnActivityProps.builder() .name("name") // the properties below are optional .tags(List.of(TagsEntryProperty.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnActivityProps.Builder
A builder for
CfnActivityProps |
static class |
CfnActivityProps.Jsii$Proxy
An implementation for
CfnActivityProps |
Modifier and Type | Method and Description |
---|---|
static CfnActivityProps.Builder |
builder() |
java.lang.String |
getName()
The name of the activity.
|
default java.util.List<CfnActivity.TagsEntryProperty> |
getTags()
The list of tags to add to a resource.
|
java.lang.String getName()
A name must not contain:
< > { } [ ]
? *
" # % \ ^ | ~
$ & , ; : /`U+0000-001F
, U+007F-009F
)To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
default java.util.List<CfnActivity.TagsEntryProperty> getTags()
Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @
.
static CfnActivityProps.Builder builder()
CfnActivityProps.Builder
of CfnActivityProps