class CanadaSpecificPIIType
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Bedrock.Alpha.CanadaSpecificPIIType |
![]() | github.com/aws/aws-cdk-go/awsbedrockalpha/v2#CanadaSpecificPIIType |
![]() | software.amazon.awscdk.services.bedrock.alpha.CanadaSpecificPIIType |
![]() | aws_cdk.aws_bedrock_alpha.CanadaSpecificPIIType |
![]() | @aws-cdk/aws-bedrock-alpha ยป CanadaSpecificPIIType |
Extends
PIIType
Types of PII specific to Canada.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as bedrock_alpha from '@aws-cdk/aws-bedrock-alpha';
const canadaSpecificPIIType = bedrock_alpha.CanadaSpecificPIIType.CA_HEALTH_NUMBER;
Properties
Name | Type | Description |
---|---|---|
value | string | The string value of the PII type. |
static CA_HEALTH_NUMBER | Canada | A Canadian Health Service Number is a 10-digit unique identifier, required for individuals to access healthcare benefits. |
static CA_SOCIAL_INSURANCE_NUMBER | Canada | A Canadian Social Insurance Number (SIN) is a nine-digit unique identifier, required for individuals to access government programs and benefits. |
value
Type:
string
The string value of the PII type.
static CA_HEALTH_NUMBER
Type:
Canada
A Canadian Health Service Number is a 10-digit unique identifier, required for individuals to access healthcare benefits.
static CA_SOCIAL_INSURANCE_NUMBER
Type:
Canada
A Canadian Social Insurance Number (SIN) is a nine-digit unique identifier, required for individuals to access government programs and benefits.
Methods
Name | Description |
---|---|
to | Returns the string representation of the PII type. |
toString()
public toString(): string
Returns
string
Returns the string representation of the PII type.