@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.639Z") @Stability(value=Stable) public interface CfnStreamingImageProps 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.nimblestudio.*;
CfnStreamingImageProps cfnStreamingImageProps = CfnStreamingImageProps.builder()
.ec2ImageId("ec2ImageId")
.name("name")
.studioId("studioId")
// the properties below are optional
.description("description")
.tags(Map.of(
"tagsKey", "tags"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStreamingImageProps.Builder
A builder for
CfnStreamingImageProps |
static class |
CfnStreamingImageProps.Jsii$Proxy
An implementation for
CfnStreamingImageProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnStreamingImageProps.Builder |
builder() |
default String |
getDescription()
`AWS::NimbleStudio::StreamingImage.Description`.
|
String |
getEc2ImageId()
`AWS::NimbleStudio::StreamingImage.Ec2ImageId`.
|
String |
getName()
`AWS::NimbleStudio::StreamingImage.Name`.
|
String |
getStudioId()
`AWS::NimbleStudio::StreamingImage.StudioId`.
|
default Map<String,String> |
getTags()
`AWS::NimbleStudio::StreamingImage.Tags`.
|
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull String getEc2ImageId()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getStudioId()
@Stability(value=Stable) @Nullable default Map<String,String> getTags()
@Stability(value=Stable) static CfnStreamingImageProps.Builder builder()
CfnStreamingImageProps.Builder of CfnStreamingImagePropsCopyright © 2021. All rights reserved.