CreateOracleDbAwsKeyDetails¶
-
class
oci.dbmulticloud.models.CreateOracleDbAwsKeyDetails(**kwargs)¶ Bases:
objectCreate Oracle DB AWS Key object.
Methods
__init__(**kwargs)Initializes a new CreateOracleDbAwsKeyDetails object with values from keyword arguments. Attributes
aws_account_idGets the aws_account_id of this CreateOracleDbAwsKeyDetails. aws_key_arnGets the aws_key_arn of this CreateOracleDbAwsKeyDetails. compartment_id[Required] Gets the compartment_id of this CreateOracleDbAwsKeyDetails. defined_tagsGets the defined_tags of this CreateOracleDbAwsKeyDetails. display_name[Required] Gets the display_name of this CreateOracleDbAwsKeyDetails. freeform_tagsGets the freeform_tags of this CreateOracleDbAwsKeyDetails. is_aws_key_enabledGets the is_aws_key_enabled of this CreateOracleDbAwsKeyDetails. locationGets the location of this CreateOracleDbAwsKeyDetails. oracle_db_connector_id[Required] Gets the oracle_db_connector_id of this CreateOracleDbAwsKeyDetails. propertiesGets the properties of this CreateOracleDbAwsKeyDetails. typeGets the type of this CreateOracleDbAwsKeyDetails. -
__init__(**kwargs)¶ Initializes a new CreateOracleDbAwsKeyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateOracleDbAwsKeyDetails.
- oracle_db_connector_id (str) – The value to assign to the oracle_db_connector_id property of this CreateOracleDbAwsKeyDetails.
- display_name (str) – The value to assign to the display_name property of this CreateOracleDbAwsKeyDetails.
- aws_key_arn (str) – The value to assign to the aws_key_arn property of this CreateOracleDbAwsKeyDetails.
- aws_account_id (str) – The value to assign to the aws_account_id property of this CreateOracleDbAwsKeyDetails.
- type (str) – The value to assign to the type property of this CreateOracleDbAwsKeyDetails.
- location (str) – The value to assign to the location property of this CreateOracleDbAwsKeyDetails.
- is_aws_key_enabled (bool) – The value to assign to the is_aws_key_enabled property of this CreateOracleDbAwsKeyDetails.
- properties (dict(str, str)) – The value to assign to the properties property of this CreateOracleDbAwsKeyDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateOracleDbAwsKeyDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateOracleDbAwsKeyDetails.
-
aws_account_id¶ Gets the aws_account_id of this CreateOracleDbAwsKeyDetails. AWS Account ID.
Returns: The aws_account_id of this CreateOracleDbAwsKeyDetails. Return type: str
-
aws_key_arn¶ Gets the aws_key_arn of this CreateOracleDbAwsKeyDetails. Amazon resource name of AWS Key.
Returns: The aws_key_arn of this CreateOracleDbAwsKeyDetails. Return type: str
-
compartment_id¶ [Required] Gets the compartment_id of this CreateOracleDbAwsKeyDetails. The OCID of the compartment that contains Oracle DB AWS Key resource.
Returns: The compartment_id of this CreateOracleDbAwsKeyDetails. Return type: str
Gets the defined_tags of this CreateOracleDbAwsKeyDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this CreateOracleDbAwsKeyDetails. Return type: dict(str, dict(str, object))
-
display_name¶ [Required] Gets the display_name of this CreateOracleDbAwsKeyDetails. Oracle DB AWS Key resource name.
Returns: The display_name of this CreateOracleDbAwsKeyDetails. Return type: str
Gets the freeform_tags of this CreateOracleDbAwsKeyDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this CreateOracleDbAwsKeyDetails. Return type: dict(str, str)
-
is_aws_key_enabled¶ Gets the is_aws_key_enabled of this CreateOracleDbAwsKeyDetails. The Oracle AWS Key resource is enabled or disabled at AWS.
Returns: The is_aws_key_enabled of this CreateOracleDbAwsKeyDetails. Return type: bool
-
location¶ Gets the location of this CreateOracleDbAwsKeyDetails. AWS Key resource Location.
Returns: The location of this CreateOracleDbAwsKeyDetails. Return type: str
-
oracle_db_connector_id¶ [Required] Gets the oracle_db_connector_id of this CreateOracleDbAwsKeyDetails. The OCID of the Oracle DB Connector resource.
Returns: The oracle_db_connector_id of this CreateOracleDbAwsKeyDetails. Return type: str
-
properties¶ Gets the properties of this CreateOracleDbAwsKeyDetails. AWS Key resource’s properties.
Returns: The properties of this CreateOracleDbAwsKeyDetails. Return type: dict(str, str)
-
type¶ Gets the type of this CreateOracleDbAwsKeyDetails. AWS Key resource type.
Returns: The type of this CreateOracleDbAwsKeyDetails. Return type: str
-