@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.961Z") @Stability(value=Stable) public class CfnDBProxy extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnDBProxy.AuthFormatProperty |
static class |
CfnDBProxy.Builder
A fluent builder for
CfnDBProxy. |
static interface |
CfnDBProxy.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 |
|---|---|
|
CfnDBProxy(software.constructs.Construct scope,
String id,
CfnDBProxyProps props)
Create a new `AWS::RDS::DBProxy`.
|
protected |
CfnDBProxy(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnDBProxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrDbProxyArn() |
String |
getAttrEndpoint() |
String |
getAttrVpcId() |
Object |
getAuth()
`AWS::RDS::DBProxy.Auth`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDbProxyName()
`AWS::RDS::DBProxy.DBProxyName`.
|
Object |
getDebugLogging()
`AWS::RDS::DBProxy.DebugLogging`.
|
String |
getEngineFamily()
`AWS::RDS::DBProxy.EngineFamily`.
|
Number |
getIdleClientTimeout()
`AWS::RDS::DBProxy.IdleClientTimeout`.
|
Object |
getRequireTls()
`AWS::RDS::DBProxy.RequireTLS`.
|
String |
getRoleArn()
`AWS::RDS::DBProxy.RoleArn`.
|
List<CfnDBProxy.TagFormatProperty> |
getTags()
`AWS::RDS::DBProxy.Tags`.
|
List<String> |
getVpcSecurityGroupIds()
`AWS::RDS::DBProxy.VpcSecurityGroupIds`.
|
List<String> |
getVpcSubnetIds()
`AWS::RDS::DBProxy.VpcSubnetIds`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAuth(IResolvable value)
`AWS::RDS::DBProxy.Auth`.
|
void |
setAuth(List<Object> value)
`AWS::RDS::DBProxy.Auth`.
|
void |
setDbProxyName(String value)
`AWS::RDS::DBProxy.DBProxyName`.
|
void |
setDebugLogging(Boolean value)
`AWS::RDS::DBProxy.DebugLogging`.
|
void |
setDebugLogging(IResolvable value)
`AWS::RDS::DBProxy.DebugLogging`.
|
void |
setEngineFamily(String value)
`AWS::RDS::DBProxy.EngineFamily`.
|
void |
setIdleClientTimeout(Number value)
`AWS::RDS::DBProxy.IdleClientTimeout`.
|
void |
setRequireTls(Boolean value)
`AWS::RDS::DBProxy.RequireTLS`.
|
void |
setRequireTls(IResolvable value)
`AWS::RDS::DBProxy.RequireTLS`.
|
void |
setRoleArn(String value)
`AWS::RDS::DBProxy.RoleArn`.
|
void |
setTags(List<CfnDBProxy.TagFormatProperty> value)
`AWS::RDS::DBProxy.Tags`.
|
void |
setVpcSecurityGroupIds(List<String> value)
`AWS::RDS::DBProxy.VpcSecurityGroupIds`.
|
void |
setVpcSubnetIds(List<String> value)
`AWS::RDS::DBProxy.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 CfnDBProxy(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDBProxy(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnDBProxy(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnDBProxyProps 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 getAttrDbProxyArn()
@Stability(value=Stable) @NotNull public String getAttrEndpoint()
@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 Object getAuth()
@Stability(value=Stable)
public void setAuth(@NotNull
IResolvable value)
@Stability(value=Stable)
public void setAuth(@NotNull
List<Object> value)
@Stability(value=Stable) @NotNull public String getDbProxyName()
@Stability(value=Stable)
public void setDbProxyName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getEngineFamily()
@Stability(value=Stable)
public void setEngineFamily(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getRoleArn()
@Stability(value=Stable)
public void setRoleArn(@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 Object getDebugLogging()
@Stability(value=Stable)
public void setDebugLogging(@Nullable
Boolean value)
@Stability(value=Stable)
public void setDebugLogging(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Number getIdleClientTimeout()
@Stability(value=Stable)
public void setIdleClientTimeout(@Nullable
Number value)
@Stability(value=Stable) @Nullable public Object getRequireTls()
@Stability(value=Stable)
public void setRequireTls(@Nullable
Boolean value)
@Stability(value=Stable)
public void setRequireTls(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public List<CfnDBProxy.TagFormatProperty> getTags()
@Stability(value=Stable)
public void setTags(@Nullable
List<CfnDBProxy.TagFormatProperty> value)
@Stability(value=Stable) @Nullable public List<String> getVpcSecurityGroupIds()
Copyright © 2021. All rights reserved.