@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.847Z") @Stability(value=Stable) public interface CfnStudioProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStudioProps.Builder
A builder for
CfnStudioProps |
static class |
CfnStudioProps.Jsii$Proxy
An implementation for
CfnStudioProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnStudioProps.Builder |
builder() |
String |
getAdminRoleArn()
`AWS::NimbleStudio::Studio.AdminRoleArn`.
|
String |
getDisplayName()
`AWS::NimbleStudio::Studio.DisplayName`.
|
default Object |
getStudioEncryptionConfiguration()
`AWS::NimbleStudio::Studio.StudioEncryptionConfiguration`.
|
String |
getStudioName()
`AWS::NimbleStudio::Studio.StudioName`.
|
default Map<String,String> |
getTags()
`AWS::NimbleStudio::Studio.Tags`.
|
String |
getUserRoleArn()
`AWS::NimbleStudio::Studio.UserRoleArn`.
|
@Stability(value=Stable) @NotNull String getAdminRoleArn()
@Stability(value=Stable) @NotNull String getDisplayName()
@Stability(value=Stable) @NotNull String getStudioName()
@Stability(value=Stable) @NotNull String getUserRoleArn()
@Stability(value=Stable) @Nullable default Object getStudioEncryptionConfiguration()
@Stability(value=Stable) @Nullable default Map<String,String> getTags()
@Stability(value=Stable) static CfnStudioProps.Builder builder()
CfnStudioProps.Builder of CfnStudioPropsCopyright © 2021. All rights reserved.