UKSpecificPIIType

class aws_cdk.aws_bedrock_alpha.UKSpecificPIIType(value)

Bases: PIIType

(experimental) Types of PII specific to the United Kingdom (UK).

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_bedrock_alpha as bedrock_alpha

u_kSpecific_pIIType = bedrock_alpha.UKSpecificPIIType.UK_NATIONAL_HEALTH_SERVICE_NUMBER

(experimental) The string value of the PII type.

Parameters:

value (str)

Stability:

experimental

Methods

to_string()

(experimental) Returns the string representation of the PII type.

Return type:

str

Returns:

The string value of the PII type.

Stability:

experimental

Attributes

UK_NATIONAL_HEALTH_SERVICE_NUMBER = <aws_cdk.aws_bedrock_alpha.UKSpecificPIIType object>
UK_NATIONAL_INSURANCE_NUMBER = <aws_cdk.aws_bedrock_alpha.UKSpecificPIIType object>
UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER = <aws_cdk.aws_bedrock_alpha.UKSpecificPIIType object>
value

(experimental) The string value of the PII type.

Stability:

experimental