CanadaSpecificPIIType
- class aws_cdk.aws_bedrock_alpha.CanadaSpecificPIIType(value)
Bases:
PIIType(experimental) Types of PII specific to Canada.
- 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 canada_specific_pii_type = bedrock_alpha.CanadaSpecificPIIType.CA_HEALTH_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
- CA_HEALTH_NUMBER = <aws_cdk.aws_bedrock_alpha.CanadaSpecificPIIType object>
- CA_SOCIAL_INSURANCE_NUMBER = <aws_cdk.aws_bedrock_alpha.CanadaSpecificPIIType object>
- value
(experimental) The string value of the PII type.
- Stability:
experimental