CreateOracleDbAwsIdentityConnectorDetails¶
-
class
oci.dbmulticloud.models.CreateOracleDbAwsIdentityConnectorDetails(**kwargs)¶ Bases:
objectCreate Oracle DB AWS Identity Connector resource object.
Methods
__init__(**kwargs)Initializes a new CreateOracleDbAwsIdentityConnectorDetails object with values from keyword arguments. Attributes
aws_account_idGets the aws_account_id of this CreateOracleDbAwsIdentityConnectorDetails. aws_location[Required] Gets the aws_location of this CreateOracleDbAwsIdentityConnectorDetails. aws_sts_private_endpointGets the aws_sts_private_endpoint of this CreateOracleDbAwsIdentityConnectorDetails. compartment_id[Required] Gets the compartment_id of this CreateOracleDbAwsIdentityConnectorDetails. defined_tagsGets the defined_tags of this CreateOracleDbAwsIdentityConnectorDetails. display_name[Required] Gets the display_name of this CreateOracleDbAwsIdentityConnectorDetails. freeform_tagsGets the freeform_tags of this CreateOracleDbAwsIdentityConnectorDetails. issuer_url[Required] Gets the issuer_url of this CreateOracleDbAwsIdentityConnectorDetails. oidc_scope[Required] Gets the oidc_scope of this CreateOracleDbAwsIdentityConnectorDetails. resource_id[Required] Gets the resource_id of this CreateOracleDbAwsIdentityConnectorDetails. service_role_details[Required] Gets the service_role_details of this CreateOracleDbAwsIdentityConnectorDetails. -
__init__(**kwargs)¶ Initializes a new CreateOracleDbAwsIdentityConnectorDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this CreateOracleDbAwsIdentityConnectorDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateOracleDbAwsIdentityConnectorDetails.
- resource_id (str) – The value to assign to the resource_id property of this CreateOracleDbAwsIdentityConnectorDetails.
- oidc_scope (str) – The value to assign to the oidc_scope property of this CreateOracleDbAwsIdentityConnectorDetails.
- issuer_url (str) – The value to assign to the issuer_url property of this CreateOracleDbAwsIdentityConnectorDetails.
- service_role_details (list[oci.dbmulticloud.models.ServiceRoleDetail]) – The value to assign to the service_role_details property of this CreateOracleDbAwsIdentityConnectorDetails.
- aws_location (str) – The value to assign to the aws_location property of this CreateOracleDbAwsIdentityConnectorDetails.
- aws_sts_private_endpoint (str) – The value to assign to the aws_sts_private_endpoint property of this CreateOracleDbAwsIdentityConnectorDetails.
- aws_account_id (str) – The value to assign to the aws_account_id property of this CreateOracleDbAwsIdentityConnectorDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateOracleDbAwsIdentityConnectorDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateOracleDbAwsIdentityConnectorDetails.
-
aws_account_id¶ Gets the aws_account_id of this CreateOracleDbAwsIdentityConnectorDetails. AWS Account ID.
Returns: The aws_account_id of this CreateOracleDbAwsIdentityConnectorDetails. Return type: str
-
aws_location¶ [Required] Gets the aws_location of this CreateOracleDbAwsIdentityConnectorDetails. AWS resource location.
Returns: The aws_location of this CreateOracleDbAwsIdentityConnectorDetails. Return type: str
-
aws_sts_private_endpoint¶ Gets the aws_sts_private_endpoint of this CreateOracleDbAwsIdentityConnectorDetails. Private endpoint of AWS Security Token Service.
Returns: The aws_sts_private_endpoint of this CreateOracleDbAwsIdentityConnectorDetails. Return type: str
-
compartment_id¶ [Required] Gets the compartment_id of this CreateOracleDbAwsIdentityConnectorDetails. The OCID of the compartment that contains Oracle DB AWS Identity Connector resource.
Returns: The compartment_id of this CreateOracleDbAwsIdentityConnectorDetails. Return type: str
Gets the defined_tags of this CreateOracleDbAwsIdentityConnectorDetails. 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 CreateOracleDbAwsIdentityConnectorDetails. Return type: dict(str, dict(str, object))
-
display_name¶ [Required] Gets the display_name of this CreateOracleDbAwsIdentityConnectorDetails. Oracle DB Google AWS Identity Connector resource name.
Returns: The display_name of this CreateOracleDbAwsIdentityConnectorDetails. Return type: str
Gets the freeform_tags of this CreateOracleDbAwsIdentityConnectorDetails. 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 CreateOracleDbAwsIdentityConnectorDetails. Return type: dict(str, str)
-
issuer_url¶ [Required] Gets the issuer_url of this CreateOracleDbAwsIdentityConnectorDetails. OIDC token issuer Url.
Returns: The issuer_url of this CreateOracleDbAwsIdentityConnectorDetails. Return type: str
-
oidc_scope¶ [Required] Gets the oidc_scope of this CreateOracleDbAwsIdentityConnectorDetails. OCI IAM Domain scope for issuer URL.
Returns: The oidc_scope of this CreateOracleDbAwsIdentityConnectorDetails. Return type: str
-
resource_id¶ [Required] Gets the resource_id of this CreateOracleDbAwsIdentityConnectorDetails. The OCID of the AWS VM Cluster resource.
Returns: The resource_id of this CreateOracleDbAwsIdentityConnectorDetails. Return type: str
-
service_role_details¶ [Required] Gets the service_role_details of this CreateOracleDbAwsIdentityConnectorDetails. Service role details and respective Amazon resource nam of Role.
Returns: The service_role_details of this CreateOracleDbAwsIdentityConnectorDetails. Return type: list[oci.dbmulticloud.models.ServiceRoleDetail]
-