@Stability(value=Stable)
public static interface CfnNodegroup.RemoteAccessProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.eks.*;
RemoteAccessProperty remoteAccessProperty = RemoteAccessProperty.builder()
.ec2SshKey("ec2SshKey")
// the properties below are optional
.sourceSecurityGroups(List.of("sourceSecurityGroups"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNodegroup.RemoteAccessProperty.Builder
A builder for
CfnNodegroup.RemoteAccessProperty |
static class |
CfnNodegroup.RemoteAccessProperty.Jsii$Proxy
An implementation for
CfnNodegroup.RemoteAccessProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnNodegroup.RemoteAccessProperty.Builder |
builder() |
String |
getEc2SshKey()
`CfnNodegroup.RemoteAccessProperty.Ec2SshKey`.
|
default List<String> |
getSourceSecurityGroups()
`CfnNodegroup.RemoteAccessProperty.SourceSecurityGroups`.
|
@Stability(value=Stable) @NotNull String getEc2SshKey()
@Stability(value=Stable) @Nullable default List<String> getSourceSecurityGroups()
@Stability(value=Stable) static CfnNodegroup.RemoteAccessProperty.Builder builder()
Copyright © 2021. All rights reserved.