class UKSpecificPIIType
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Bedrock.Alpha.UKSpecificPIIType |
![]() | github.com/aws/aws-cdk-go/awsbedrockalpha/v2#UKSpecificPIIType |
![]() | software.amazon.awscdk.services.bedrock.alpha.UKSpecificPIIType |
![]() | aws_cdk.aws_bedrock_alpha.UKSpecificPIIType |
![]() | @aws-cdk/aws-bedrock-alpha ยป UKSpecificPIIType |
Extends
PIIType
Types of PII specific to the United Kingdom (UK).
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 uKSpecificPIIType = bedrock_alpha.UKSpecificPIIType.UK_NATIONAL_HEALTH_SERVICE_NUMBER;
Properties
Name | Type | Description |
---|---|---|
value | string | The string value of the PII type. |
static UK_NATIONAL_HEALTH_SERVICE_NUMBER | UKSpecific | A UK National Health Service Number is a 10-17 digit number, such as 485 777 3456. |
static UK_NATIONAL_INSURANCE_NUMBER | UKSpecific | A UK National Insurance Number (NINO) provides individuals with access to National Insurance (social security) benefits. |
static UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER | UKSpecific | A UK Unique Taxpayer Reference (UTR) is a 10-digit number that identifies a taxpayer or a business. |
value
Type:
string
The string value of the PII type.
static UK_NATIONAL_HEALTH_SERVICE_NUMBER
Type:
UKSpecific
A UK National Health Service Number is a 10-17 digit number, such as 485 777 3456.
static UK_NATIONAL_INSURANCE_NUMBER
Type:
UKSpecific
A UK National Insurance Number (NINO) provides individuals with access to National Insurance (social security) benefits.
It is also used for some purposes in the UK tax system.
static UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER
Type:
UKSpecific
A UK Unique Taxpayer Reference (UTR) is a 10-digit number that identifies a taxpayer or a business.
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.