import { AdHocApp } from 'cdk-django'
new AdHocApp ( scope : Construct , id : string , props : AdHocAppProps )
Name
Type
Description
scope
constructs.Construct
No description.
id
string
No description.
props
AdHocAppProps
No description.
Type: constructs.Construct
Name
Description
toString
Returns a string representation of this construct.
public toString ( ) : string
Returns a string representation of this construct.
Name
Description
isConstruct
Checks if x
is a construct.
import { AdHocApp } from 'cdk-django'
AdHocApp . isConstruct ( x : any )
Checks if x
is a construct.
Any object.
Name
Type
Description
node
constructs.Node
The tree node.
public readonly node : Node ;
The tree node.
import { AdHocBase } from 'cdk-django'
new AdHocBase ( scope : Construct , id : string , props : AdHocBaseProps )
Type: constructs.Construct
Name
Description
toString
Returns a string representation of this construct.
public toString ( ) : string
Returns a string representation of this construct.
Name
Description
isConstruct
Checks if x
is a construct.
import { AdHocBase } from 'cdk-django'
AdHocBase . isConstruct ( x : any )
Checks if x
is a construct.
Any object.
Name
Type
Description
node
constructs.Node
The tree node.
alb
aws-cdk-lib.aws_elasticloadbalancingv2.ApplicationLoadBalancer
No description.
albSecurityGroup
aws-cdk-lib.aws_ec2.SecurityGroup
No description.
appSecurityGroup
aws-cdk-lib.aws_ec2.SecurityGroup
No description.
assetsBucket
aws-cdk-lib.aws_s3.Bucket
No description.
databaseInstance
aws-cdk-lib.aws_rds.DatabaseInstance
No description.
domainName
string
No description.
elastiCacheHostname
string
No description.
listener
aws-cdk-lib.aws_elasticloadbalancingv2.ApplicationListener
No description.
vpc
aws-cdk-lib.aws_ec2.IVpc
No description.
public readonly node : Node ;
The tree node.
public readonly alb : ApplicationLoadBalancer ;
Type: aws-cdk-lib.aws_elasticloadbalancingv2.ApplicationLoadBalancer
public readonly albSecurityGroup: SecurityGroup ;
Type: aws-cdk-lib.aws_ec2.SecurityGroup
public readonly appSecurityGroup: SecurityGroup ;
Type: aws-cdk-lib.aws_ec2.SecurityGroup
public readonly assetsBucket: Bucket ;
Type: aws-cdk-lib.aws_s3.Bucket
public readonly databaseInstance: DatabaseInstance ;
Type: aws-cdk-lib.aws_rds.DatabaseInstance
public readonly domainName: string ;
elastiCacheHostname
Required
public readonly elastiCacheHostname: string ;
public readonly listener: ApplicationListener ;
Type: aws-cdk-lib.aws_elasticloadbalancingv2.ApplicationListener
public readonly vpc : IVpc ;
Type: aws-cdk-lib.aws_ec2.IVpc
import { AdHocAppProps } from 'cdk-django'
const adHocAppProps : AdHocAppProps = { ... }
Name
Type
Description
alb
aws-cdk-lib.aws_elasticloadbalancingv2.IApplicationLoadBalancer
No description.
appSecurityGroup
aws-cdk-lib.aws_ec2.ISecurityGroup
No description.
assetsBucket
aws-cdk-lib.aws_s3.Bucket
No description.
baseStackName
string
No description.
domainName
string
No description.
elastiCacheHost
string
No description.
listener
aws-cdk-lib.aws_elasticloadbalancingv2.ApplicationListener
No description.
rdsInstance
aws-cdk-lib.aws_rds.DatabaseInstance
No description.
vpc
aws-cdk-lib.aws_ec2.IVpc
No description.
public readonly alb : IApplicationLoadBalancer ;
Type: aws-cdk-lib.aws_elasticloadbalancingv2.IApplicationLoadBalancer
public readonly appSecurityGroup: ISecurityGroup ;
Type: aws-cdk-lib.aws_ec2.ISecurityGroup
public readonly assetsBucket: Bucket ;
Type: aws-cdk-lib.aws_s3.Bucket
public readonly baseStackName: string ;
public readonly domainName: string ;
public readonly elastiCacheHost: string ;
public readonly listener: ApplicationListener ;
Type: aws-cdk-lib.aws_elasticloadbalancingv2.ApplicationListener
public readonly rdsInstance: DatabaseInstance ;
Type: aws-cdk-lib.aws_rds.DatabaseInstance
public readonly vpc : IVpc ;
Type: aws-cdk-lib.aws_ec2.IVpc
import { AdHocBaseProps } from 'cdk-django'
const adHocBaseProps : AdHocBaseProps = { ... }
public readonly certificateArn: string ;
public readonly domainName: string ;