com.github.p6m7g8.p6namer.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of p6-namer Show documentation
Show all versions of p6-namer Show documentation
Sets the AWS IAM Account Alias with a Custom Resource
/**
* AWS CDK setups up a Custom Resource via Cloud Formation which sets the AWS IAM Account Alias
*
*
P6Namer
*
*
LICENSE
*
*
Other
*
*
Usage
*
*
* ...
*
* import { P6Namer } from 'p6-cdk-namer';
*
* new P6Namer(this, 'AccountAlias', {
* accountAlias: 'THE-ALIAS',
* });
*
*
*
Architecture
*
*
*
*
Author
*
* Philip M. Gollucci pgollucci@p6m7g8.com
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
package com.github.p6m7g8.p6namer;