@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-14T16:25:21.023Z")
public interface CfnAppBlockProps
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.appstream.*; CfnAppBlockProps cfnAppBlockProps = CfnAppBlockProps.builder() .name("name") .setupScriptDetails(ScriptDetailsProperty.builder() .executablePath("executablePath") .scriptS3Location(S3LocationProperty.builder() .s3Bucket("s3Bucket") .s3Key("s3Key") .build()) .timeoutInSeconds(123) // the properties below are optional .executableParameters("executableParameters") .build()) .sourceS3Location(S3LocationProperty.builder() .s3Bucket("s3Bucket") .s3Key("s3Key") .build()) // the properties below are optional .description("description") .displayName("displayName") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAppBlockProps.Builder
A builder for
CfnAppBlockProps |
static class |
CfnAppBlockProps.Jsii$Proxy
An implementation for
CfnAppBlockProps |
Modifier and Type | Method and Description |
---|---|
static CfnAppBlockProps.Builder |
builder() |
default java.lang.String |
getDescription()
The description of the app block.
|
default java.lang.String |
getDisplayName()
The display name of the app block.
|
java.lang.String |
getName()
The name of the app block.
|
java.lang.Object |
getSetupScriptDetails()
The setup script details of the app block.
|
java.lang.Object |
getSourceS3Location()
The source S3 location of the app block.
|
default java.util.List<CfnTag> |
getTags()
The tags of the app block.
|
java.lang.String getName()
Pattern : ^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$
java.lang.Object getSetupScriptDetails()
java.lang.Object getSourceS3Location()
default java.lang.String getDescription()
default java.lang.String getDisplayName()
default java.util.List<CfnTag> getTags()
static CfnAppBlockProps.Builder builder()
CfnAppBlockProps.Builder
of CfnAppBlockProps