Skip to content

Commit

Permalink
Retouches in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arnulfojr committed May 21, 2020
1 parent a1075e8 commit 9e8c45f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/@aws-cdk/aws-cognito/lib/user-pool-attr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,14 @@ export interface ICustomAttribute {
}

/**
* Configuration that will be fed into CloudFormation for any attribute type.
* Configuration that will be fed into CloudFormation for any custom attribute type.
*/
export interface CustomAttributeConfig {
// tslint:disable:max-line-length
/**
* The data type of the custom attribute.
*
* @see https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_SchemaAttributeType.html#CognitoUserPools-Type-SchemaAttributeType-AttributeDataType
* @default - None.
*/
readonly dataType: string;
// tslint:enable:max-line-length
Expand Down Expand Up @@ -217,7 +216,7 @@ export interface StringAttributeProps extends StringAttributeConstraints, Custom
}

/**
* The String attribute type.
* The String custom attribute type.
*/
export class StringAttribute implements ICustomAttribute {
private readonly minLen?: number;
Expand Down

0 comments on commit 9e8c45f

Please sign in to comment.