Skip to content

Commit

Permalink
Merge branch 'benisrae/s3-urls' into benisrae/assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel committed Jul 18, 2018
2 parents 708040b + 12afe83 commit 48f9bd9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/@aws-cdk/core/lib/cloudformation/pseudo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ export class AwsAccountId extends PseudoParameter {
}
}

export class AwsDomainSuffix extends PseudoParameter {
constructor() {
super('AWS::DomainSuffix');
}
}

export class AwsURLSuffix extends PseudoParameter {
constructor() {
super('AWS::URLSuffix');
Expand Down

0 comments on commit 48f9bd9

Please sign in to comment.