AwsKeyDetails¶
-
class
oci.database.models.
AwsKeyDetails
(**kwargs)¶ Bases:
oci.database.models.autonomous_database_encryption_key_details.AutonomousDatabaseEncryptionKeyDetails
Details for AWS encryption key.
Attributes
PROVIDER_AWS
str(object=’’) -> str PROVIDER_AZURE
str(object=’’) -> str PROVIDER_OCI
str(object=’’) -> str PROVIDER_OKV
str(object=’’) -> str PROVIDER_ORACLE_MANAGED
str(object=’’) -> str arn_role
Gets the arn_role of this AwsKeyDetails. external_id
Gets the external_id of this AwsKeyDetails. key_arn
[Required] Gets the key_arn of this AwsKeyDetails. provider
Gets the provider of this AutonomousDatabaseEncryptionKeyDetails. service_endpoint_uri
[Required] Gets the service_endpoint_uri of this AwsKeyDetails. Methods
__init__
(**kwargs)Initializes a new AwsKeyDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
PROVIDER_AWS
= 'AWS'¶
-
PROVIDER_AZURE
= 'AZURE'¶
-
PROVIDER_OCI
= 'OCI'¶
-
PROVIDER_OKV
= 'OKV'¶
-
PROVIDER_ORACLE_MANAGED
= 'ORACLE_MANAGED'¶
-
__init__
(**kwargs)¶ Initializes a new AwsKeyDetails object with values from keyword arguments. The default value of the
provider
attribute of this class isAWS
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - provider (str) – The value to assign to the provider property of this AwsKeyDetails. Allowed values for this property are: “AWS”, “AZURE”, “OCI”, “ORACLE_MANAGED”, “OKV”
- service_endpoint_uri (str) – The value to assign to the service_endpoint_uri property of this AwsKeyDetails.
- key_arn (str) – The value to assign to the key_arn property of this AwsKeyDetails.
- arn_role (str) – The value to assign to the arn_role property of this AwsKeyDetails.
- external_id (str) – The value to assign to the external_id property of this AwsKeyDetails.
-
arn_role
¶ Gets the arn_role of this AwsKeyDetails. AWS ARN role
Returns: The arn_role of this AwsKeyDetails. Return type: str
-
external_id
¶ Gets the external_id of this AwsKeyDetails. AWS external ID
Returns: The external_id of this AwsKeyDetails. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
key_arn
¶ [Required] Gets the key_arn of this AwsKeyDetails. AWS key ARN
Returns: The key_arn of this AwsKeyDetails. Return type: str
-
provider
¶ Gets the provider of this AutonomousDatabaseEncryptionKeyDetails. The provider for the Autonomous Database encryption key.
Allowed values for this property are: “AWS”, “AZURE”, “OCI”, “ORACLE_MANAGED”, “OKV”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The provider of this AutonomousDatabaseEncryptionKeyDetails. Return type: str
-
service_endpoint_uri
¶ [Required] Gets the service_endpoint_uri of this AwsKeyDetails. AWS key service endpoint URI
Returns: The service_endpoint_uri of this AwsKeyDetails. Return type: str
-