@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:22.167Z") @Stability(value=Stable) public class CfnClientVpnEndpoint extends CfnResource implements IInspectable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html| Modifier and Type | Class and Description |
|---|---|
static class |
CfnClientVpnEndpoint.Builder
A fluent builder for
CfnClientVpnEndpoint. |
static interface |
CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty |
static interface |
CfnClientVpnEndpoint.ClientAuthenticationRequestProperty |
static interface |
CfnClientVpnEndpoint.ClientConnectOptionsProperty |
static interface |
CfnClientVpnEndpoint.ConnectionLogOptionsProperty |
static interface |
CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty |
static interface |
CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty |
static interface |
CfnClientVpnEndpoint.TagSpecificationProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnClientVpnEndpoint(Construct scope,
String id,
CfnClientVpnEndpointProps props)
Create a new `AWS::EC2::ClientVpnEndpoint`.
|
protected |
CfnClientVpnEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnClientVpnEndpoint(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAuthenticationOptions()
`AWS::EC2::ClientVpnEndpoint.AuthenticationOptions`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getClientCidrBlock()
`AWS::EC2::ClientVpnEndpoint.ClientCidrBlock`.
|
Object |
getClientConnectOptions()
`AWS::EC2::ClientVpnEndpoint.ClientConnectOptions`.
|
Object |
getConnectionLogOptions()
`AWS::EC2::ClientVpnEndpoint.ConnectionLogOptions`.
|
String |
getDescription()
`AWS::EC2::ClientVpnEndpoint.Description`.
|
List<String> |
getDnsServers()
`AWS::EC2::ClientVpnEndpoint.DnsServers`.
|
List<String> |
getSecurityGroupIds()
`AWS::EC2::ClientVpnEndpoint.SecurityGroupIds`.
|
String |
getSelfServicePortal()
`AWS::EC2::ClientVpnEndpoint.SelfServicePortal`.
|
String |
getServerCertificateArn()
`AWS::EC2::ClientVpnEndpoint.ServerCertificateArn`.
|
Object |
getSplitTunnel()
`AWS::EC2::ClientVpnEndpoint.SplitTunnel`.
|
Object |
getTagSpecifications()
`AWS::EC2::ClientVpnEndpoint.TagSpecifications`.
|
String |
getTransportProtocol()
`AWS::EC2::ClientVpnEndpoint.TransportProtocol`.
|
String |
getVpcId()
`AWS::EC2::ClientVpnEndpoint.VpcId`.
|
Number |
getVpnPort()
`AWS::EC2::ClientVpnEndpoint.VpnPort`.
|
void |
inspect(TreeInspector inspector)
(experimental) Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAuthenticationOptions(IResolvable value)
`AWS::EC2::ClientVpnEndpoint.AuthenticationOptions`.
|
void |
setAuthenticationOptions(List<Object> value)
`AWS::EC2::ClientVpnEndpoint.AuthenticationOptions`.
|
void |
setClientCidrBlock(String value)
`AWS::EC2::ClientVpnEndpoint.ClientCidrBlock`.
|
void |
setClientConnectOptions(CfnClientVpnEndpoint.ClientConnectOptionsProperty value)
`AWS::EC2::ClientVpnEndpoint.ClientConnectOptions`.
|
void |
setClientConnectOptions(IResolvable value)
`AWS::EC2::ClientVpnEndpoint.ClientConnectOptions`.
|
void |
setConnectionLogOptions(CfnClientVpnEndpoint.ConnectionLogOptionsProperty value)
`AWS::EC2::ClientVpnEndpoint.ConnectionLogOptions`.
|
void |
setConnectionLogOptions(IResolvable value)
`AWS::EC2::ClientVpnEndpoint.ConnectionLogOptions`.
|
void |
setDescription(String value)
`AWS::EC2::ClientVpnEndpoint.Description`.
|
void |
setDnsServers(List<String> value)
`AWS::EC2::ClientVpnEndpoint.DnsServers`.
|
void |
setSecurityGroupIds(List<String> value)
`AWS::EC2::ClientVpnEndpoint.SecurityGroupIds`.
|
void |
setSelfServicePortal(String value)
`AWS::EC2::ClientVpnEndpoint.SelfServicePortal`.
|
void |
setServerCertificateArn(String value)
`AWS::EC2::ClientVpnEndpoint.ServerCertificateArn`.
|
void |
setSplitTunnel(Boolean value)
`AWS::EC2::ClientVpnEndpoint.SplitTunnel`.
|
void |
setSplitTunnel(IResolvable value)
`AWS::EC2::ClientVpnEndpoint.SplitTunnel`.
|
void |
setTagSpecifications(IResolvable value)
`AWS::EC2::ClientVpnEndpoint.TagSpecifications`.
|
void |
setTagSpecifications(List<Object> value)
`AWS::EC2::ClientVpnEndpoint.TagSpecifications`.
|
void |
setTransportProtocol(String value)
`AWS::EC2::ClientVpnEndpoint.TransportProtocol`.
|
void |
setVpcId(String value)
`AWS::EC2::ClientVpnEndpoint.VpcId`.
|
void |
setVpnPort(Number value)
`AWS::EC2::ClientVpnEndpoint.VpnPort`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnClientVpnEndpoint(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnClientVpnEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnClientVpnEndpoint(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnClientVpnEndpointProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Experimental)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public Object getAuthenticationOptions()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-authenticationoptions@Stability(value=Stable)
public void setAuthenticationOptions(@NotNull
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-authenticationoptions@Stability(value=Stable)
public void setAuthenticationOptions(@NotNull
List<Object> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-authenticationoptions@Stability(value=Stable) @NotNull public String getClientCidrBlock()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock@Stability(value=Stable)
public void setClientCidrBlock(@NotNull
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientcidrblock@Stability(value=Stable) @NotNull public Object getConnectionLogOptions()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-connectionlogoptions@Stability(value=Stable)
public void setConnectionLogOptions(@NotNull
CfnClientVpnEndpoint.ConnectionLogOptionsProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-connectionlogoptions@Stability(value=Stable)
public void setConnectionLogOptions(@NotNull
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-connectionlogoptions@Stability(value=Stable) @NotNull public String getServerCertificateArn()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn@Stability(value=Stable)
public void setServerCertificateArn(@NotNull
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn@Stability(value=Stable) @Nullable public Object getClientConnectOptions()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientconnectoptions@Stability(value=Stable)
public void setClientConnectOptions(@Nullable
CfnClientVpnEndpoint.ClientConnectOptionsProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientconnectoptions@Stability(value=Stable)
public void setClientConnectOptions(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-clientconnectoptions@Stability(value=Stable) @Nullable public String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-description@Stability(value=Stable)
public void setDescription(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-description@Stability(value=Stable) @Nullable public List<String> getDnsServers()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-dnsservers@Stability(value=Stable)
public void setDnsServers(@Nullable
List<String> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-dnsservers@Stability(value=Stable) @Nullable public List<String> getSecurityGroupIds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-securitygroupids@Stability(value=Stable)
public void setSecurityGroupIds(@Nullable
List<String> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-securitygroupids@Stability(value=Stable) @Nullable public String getSelfServicePortal()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-selfserviceportal@Stability(value=Stable)
public void setSelfServicePortal(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-selfserviceportal@Stability(value=Stable) @Nullable public Object getSplitTunnel()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-splittunnel@Stability(value=Stable)
public void setSplitTunnel(@Nullable
Boolean value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-splittunnel@Stability(value=Stable)
public void setSplitTunnel(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-splittunnel@Stability(value=Stable) @Nullable public Object getTagSpecifications()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-tagspecifications@Stability(value=Stable)
public void setTagSpecifications(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-tagspecifications@Stability(value=Stable)
public void setTagSpecifications(@Nullable
List<Object> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-tagspecifications@Stability(value=Stable) @Nullable public String getTransportProtocol()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-transportprotocol@Stability(value=Stable)
public void setTransportProtocol(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-transportprotocol@Stability(value=Stable) @Nullable public String getVpcId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpcid@Stability(value=Stable)
public void setVpcId(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpcid@Stability(value=Stable) @Nullable public Number getVpnPort()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpnport@Stability(value=Stable)
public void setVpnPort(@Nullable
Number value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-vpnportCopyright © 2020. All rights reserved.