import { OrgAccountInit } from 'blea'
new OrgAccountInit ( scope : Construct , id : string , props : OrgAccountInitProps )
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 { OrgAccountInit } from 'blea'
OrgAccountInit . 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 { OrgConfigRules } from 'blea'
new OrgConfigRules ( scope : Construct , id : string , props : OrgConfigRulesProps )
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 { OrgConfigRules } from 'blea'
OrgConfigRules . 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 { OrgConfigSecurityhub } from 'blea'
new OrgConfigSecurityhub ( scope : Construct , id : string , props : Props )
Name
Type
Description
scope
constructs.Construct
No description.
id
string
No description.
props
Props
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 { OrgConfigSecurityhub } from 'blea'
OrgConfigSecurityhub . 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 { OrgEvent } from 'blea'
new OrgEvent ( scope : Construct , id : string , props : EventSnsProps )
Name
Type
Description
scope
constructs.Construct
No description.
id
string
No description.
props
EventSnsProps
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 { OrgEvent } from 'blea'
OrgEvent . isConstruct ( x : any )
Checks if x
is a construct.
Any object.
Name
Type
Description
node
constructs.Node
The tree node.
topic
aws-cdk-lib.aws_sns.Topic
No description.
public readonly node : Node ;
The tree node.
public readonly topic : Topic ;
Type: aws-cdk-lib.aws_sns.Topic
import { OrgRoleStackSet } from 'blea'
new OrgRoleStackSet ( scope : Construct , id : string , props : OrgRoleStackSetProps )
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 { OrgRoleStackSet } from 'blea'
OrgRoleStackSet . 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 { OrgSlack } from 'blea'
new OrgSlack ( scope : Construct , id : string , props : OrgSlackProps )
Name
Type
Description
scope
constructs.Construct
No description.
id
string
No description.
props
OrgSlackProps
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 { OrgSlack } from 'blea'
OrgSlack . 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 { EventSnsProps } from 'blea'
const eventSnsProps : EventSnsProps = { ... }
public readonly accountId: string ;
public readonly kmsAliasName: string ;
public readonly region: string ;
securityhubNotifyPattern
Required
public readonly securityhubNotifyPattern: EventPattern ;
Type: aws-cdk-lib.aws_events.EventPattern
import { OrgAccountInitProps } from 'blea'
const orgAccountInitProps : OrgAccountInitProps = { ... }
controlTowerHomeRegion
Required
public readonly controlTowerHomeRegion: string ;
disableArnsBasicAll
Required
public readonly disableArnsBasicAll: string [ ] ;
disableArnsBasicVA
Required
public readonly disableArnsBasicVA: string [ ] ;
disableArnsCISAll
Required
public readonly disableArnsCISAll: string [ ] ;
disableArnsCISNotCtHome
Required
public readonly disableArnsCISNotCtHome: string [ ] ;
public readonly roleName: string ;
import { OrgConfigRulesProps } from 'blea'
const orgConfigRulesProps : OrgConfigRulesProps = { ... }
public readonly configRulesAll: any [ ] ;
public readonly region: string ;
configExcludedAccounts
Optional
public readonly configExcludedAccounts: string [ ] ;
configRulesOnlyUsEast1
Optional
public readonly configRulesOnlyUsEast1: any [ ] ;
import { OrgRoleStackSetProps } from 'blea'
const orgRoleStackSetProps : OrgRoleStackSetProps = { ... }
public readonly auditAccountID: string ;
public readonly roleName: string ;
stackInstancesGroup
Required
public readonly stackInstancesGroup: StackInstancesProperty ;
Type: aws-cdk-lib.aws_cloudformation.CfnStackSet.StackInstancesProperty
import { OrgSlackProps } from 'blea'
const orgSlackProps : OrgSlackProps = { ... }
public readonly channelId: string ;
slackChannelConfigurationName
Required
public readonly slackChannelConfigurationName: string ;
public readonly snsTopic: Topic [ ] ;
Type: aws-cdk-lib.aws_sns.Topic[]
public readonly workspaceId: string ;
import { Props } from 'blea'
const props : Props = { ... }
public readonly auditAccountId: string ;
configurationAggregatorName
Required
public readonly configurationAggregatorName: string ;
controlTowerHomeRegion
Required
public readonly controlTowerHomeRegion: string ;
public readonly snsTopicArn: string ;