The tree node.
Returns a string-encoded token that resolves to the physical name that should be passed to the CloudFormation resource.
This value will resolve to one of the following:
"my-awesome-bucket"
)undefined
, when a name should be generated by CloudFormationCalled when this resource is referenced across environments (account/region) to order to request that a physical name will be generated for this resource during synthesis, so the resource can be referenced through it's absolute name/arn.
Apply the given removal policy to this resource
The Removal Policy controls what happens to this resource when it stops being managed by CloudFormation, either because you've removed it from the CDK application or because you've made a change that requires the resource to be replaced.
The resource can be deleted (RemovalPolicy.DESTROY
), or left in your AWS
account for data recovery and cleanup later (RemovalPolicy.RETAIN
).
Returns an environment-sensitive token that should be used for the
resource's "ARN" attribute (e.g. bucket.bucketArn
).
Normally, this token will resolve to arnAttr
, but if the resource is
referenced across environments, arnComponents
will be used to synthesize
a concrete ARN with the resource's physical name. Make sure to reference
this.physicalName
in arnComponents
.
The CFN attribute which resolves to the ARN of the resource.
Commonly it will be called "Arn" (e.g. resource.attrArn
), but sometimes
it's the CFN resource's ref
.
The format of the ARN of this resource. You must
reference this.physicalName
somewhere within the ARN in order for
cross-environment references to work.
Returns an environment-sensitive token that should be used for the
resource's "name" attribute (e.g. bucket.bucketName
).
Normally, this token will resolve to nameAttr
, but if the resource is
referenced across environments, it will be resolved to this.physicalName
,
which will be a concrete name.
The CFN attribute which resolves to the resource's name.
Commonly this is the resource's ref
.
Create a trigger to notify another service to run actions on repository events.
Arn of the resource that repository events will notify
Trigger options to run actions
Defines a CloudWatch event rule which triggers when a comment is made on a commit.
Defines a CloudWatch event rule which triggers when a comment is made on a pull request.
Defines a CloudWatch event rule which triggers when a commit is pushed to a branch.
Defines a CloudWatch event rule which triggers for repository events. Use
rule.addEventPattern(pattern)
to specify a filter.
Defines a CloudWatch event rule which triggers when a pull request state is changed.
Defines a CloudWatch event rule which triggers when a reference is created (i.e. a new branch/tag is created) to the repository.
Defines a CloudWatch event rule which triggers when a reference is delete (i.e. a branch/tag is deleted) from the repository.
Defines a CloudWatch event rule which triggers when a reference is updated (i.e. a commit is pushed to an existing or new branch) from the repository.
Defines a CloudWatch event rule which triggers when a "CodeCommit Repository State Change" event occurs.
Returns a string representation of this construct.
Imports a codecommit repository.
(e.g. arn:aws:codecommit:us-east-1:123456789012:MyDemoRepo
)
(deprecated) Checks if x
is a construct.
Any object.
true if x
is an object created from a class which extends Construct
.
Returns true if the construct was created by CDK, and false otherwise
Check whether the given construct is a Resource
Generated using TypeDoc
Class to initialize repository