@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.071Z") @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()
A human-readable description of the streaming image.
|
String |
getEc2ImageId()
The ID of an EC2 machine image with which to create the streaming image.
|
String |
getName()
A friendly name for a streaming image resource.
|
String |
getStudioId()
The unique identifier for a studio resource.
|
default Map<String,String> |
getTags()
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) @NotNull String getEc2ImageId()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getStudioId()
In Nimble Studio , all other resources are contained in a studio resource.
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Map<String,String> getTags()
For more information, see Tag .
@Stability(value=Stable) static CfnStreamingImageProps.Builder builder()
CfnStreamingImageProps.Builder of CfnStreamingImagePropsCopyright © 2022. All rights reserved.