@Stability(value=Stable)
public static interface CfnStack.StorageConnectorProperty
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.appstream.*;
StorageConnectorProperty storageConnectorProperty = StorageConnectorProperty.builder()
.connectorType("connectorType")
// the properties below are optional
.domains(List.of("domains"))
.resourceIdentifier("resourceIdentifier")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStack.StorageConnectorProperty.Builder
A builder for
CfnStack.StorageConnectorProperty |
static class |
CfnStack.StorageConnectorProperty.Jsii$Proxy
An implementation for
CfnStack.StorageConnectorProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStack.StorageConnectorProperty.Builder |
builder() |
String |
getConnectorType()
The type of storage connector.
|
default List<String> |
getDomains()
The names of the domains for the account.
|
default String |
getResourceIdentifier()
The ARN of the storage connector.
|
@Stability(value=Stable) @NotNull String getConnectorType()
@Stability(value=Stable) @Nullable default List<String> getDomains()
@Stability(value=Stable) @Nullable default String getResourceIdentifier()
@Stability(value=Stable) static CfnStack.StorageConnectorProperty.Builder builder()
Copyright © 2022. All rights reserved.