@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.962Z") @Stability(value=Stable) public class CfnDBProxyEndpoint extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnDBProxyEndpoint.Builder
A fluent builder for
CfnDBProxyEndpoint. |
static interface |
CfnDBProxyEndpoint.TagFormatProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| 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 |
|---|---|
|
CfnDBProxyEndpoint(software.constructs.Construct scope,
String id,
CfnDBProxyEndpointProps props)
Create a new `AWS::RDS::DBProxyEndpoint`.
|
protected |
CfnDBProxyEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnDBProxyEndpoint(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrDbProxyEndpointArn() |
String |
getAttrEndpoint() |
IResolvable |
getAttrIsDefault() |
String |
getAttrVpcId() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDbProxyEndpointName()
`AWS::RDS::DBProxyEndpoint.DBProxyEndpointName`.
|
String |
getDbProxyName()
`AWS::RDS::DBProxyEndpoint.DBProxyName`.
|
List<CfnDBProxyEndpoint.TagFormatProperty> |
getTags()
`AWS::RDS::DBProxyEndpoint.Tags`.
|
String |
getTargetRole()
`AWS::RDS::DBProxyEndpoint.TargetRole`.
|
List<String> |
getVpcSecurityGroupIds()
`AWS::RDS::DBProxyEndpoint.VpcSecurityGroupIds`.
|
List<String> |
getVpcSubnetIds()
`AWS::RDS::DBProxyEndpoint.VpcSubnetIds`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDbProxyEndpointName(String value)
`AWS::RDS::DBProxyEndpoint.DBProxyEndpointName`.
|
void |
setDbProxyName(String value)
`AWS::RDS::DBProxyEndpoint.DBProxyName`.
|
void |
setTags(List<CfnDBProxyEndpoint.TagFormatProperty> value)
`AWS::RDS::DBProxyEndpoint.Tags`.
|
void |
setTargetRole(String value)
`AWS::RDS::DBProxyEndpoint.TargetRole`.
|
void |
setVpcSecurityGroupIds(List<String> value)
`AWS::RDS::DBProxyEndpoint.VpcSecurityGroupIds`.
|
void |
setVpcSubnetIds(List<String> value)
`AWS::RDS::DBProxyEndpoint.VpcSubnetIds`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnDBProxyEndpoint(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDBProxyEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnDBProxyEndpoint(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnDBProxyEndpointProps 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=Stable)
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 public String getAttrDbProxyEndpointArn()
@Stability(value=Stable) @NotNull public String getAttrEndpoint()
@Stability(value=Stable) @NotNull public IResolvable getAttrIsDefault()
@Stability(value=Stable) @NotNull public String getAttrVpcId()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getDbProxyEndpointName()
@Stability(value=Stable)
public void setDbProxyEndpointName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getDbProxyName()
@Stability(value=Stable)
public void setDbProxyName(@NotNull
String value)
@Stability(value=Stable) @NotNull public List<String> getVpcSubnetIds()
@Stability(value=Stable)
public void setVpcSubnetIds(@NotNull
List<String> value)
@Stability(value=Stable) @Nullable public List<CfnDBProxyEndpoint.TagFormatProperty> getTags()
@Stability(value=Stable)
public void setTags(@Nullable
List<CfnDBProxyEndpoint.TagFormatProperty> value)
@Stability(value=Stable) @Nullable public String getTargetRole()
@Stability(value=Stable)
public void setTargetRole(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<String> getVpcSecurityGroupIds()
Copyright © 2021. All rights reserved.