@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-08T16:00:27.181Z") @Stability(value=Experimental) public enum ConnectionType extends Enum<ConnectionType>
| Enum Constant and Description |
|---|
CONNECT_SSH
(experimental) Conect through SSH.
|
CONNECT_SSM
(experimental) Connect through AWS Systems Manager.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final ConnectionType CONNECT_SSH
@Stability(value=Experimental) public static final ConnectionType CONNECT_SSM
public static ConnectionType[] values()
for (ConnectionType c : ConnectionType.values()) System.out.println(c);
public static ConnectionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023. All rights reserved.