@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:49.312Z")
public interface CfnStreamingImageProps
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 java.lang.String |
getDescription()
A human-readable description of the streaming image.
|
java.lang.String |
getEc2ImageId()
The ID of an EC2 machine image with which to create the streaming image.
|
java.lang.String |
getName()
A friendly name for a streaming image resource.
|
java.lang.String |
getStudioId()
The unique identifier for a studio resource.
|
default java.util.Map<java.lang.String,java.lang.String> |
getTags()
An array of key-value pairs to apply to this resource.
|
java.lang.String getEc2ImageId()
java.lang.String getName()
java.lang.String getStudioId()
In Nimble Studio , all other resources are contained in a studio resource.
default java.lang.String getDescription()
default java.util.Map<java.lang.String,java.lang.String> getTags()
For more information, see Tag .
static CfnStreamingImageProps.Builder builder()
CfnStreamingImageProps.Builder
of CfnStreamingImageProps