To update your storage configuration, use the updateDataConnectStorageDetails mutation in the GraphQL Explorer.
{
"input": {
"id": "crn:xx:data-connect-config-storage-details/xxxx",
"storageLocation": "AWS_S3",
"billStartTime": "2025-05-01T00:00:00Z",
"billEndTime": "9999-05-30T23:59:59Z",
"credentialCrn": "crn:xxx:credential/aws-s3:xxxx",
"storageProperties": {
"awsS3": {
"s3BucketName": "xxxxxx",
"s3BucketReportPath": "/rxxxxx-hourly-cur",
"s3ReportName": "xxxx-hourly-cur",
"s3BucketRegion": "us-east-1"
}
}
}
}