커스텀 조직 정책 제약조건 만들기

이 페이지에서는 조직 정책 서비스 커스텀 제약 조건을 사용하여 다음 Google Cloud 리소스에 대한 특정 작업을 제한하는 방법을 보여줍니다.

  • datastream.googleapis.com/ConnectionProfile
  • datastream.googleapis.com/Stream
  • datastream.googleapis.com/PrivateConnection

조직 정책에 대한 자세한 내용은 커스텀 조직 정책을 참조하세요.

조직 정책 및 제약조건 정보

Google Cloud 조직 정책 서비스를 사용하면 조직 리소스를 중앙에서 프로그래매틱 방식으로 제어할 수 있습니다. 조직 정책 관리자Google Cloud 리소스 계층 구조에서Google Cloud 리소스 및 이러한 리소스의 하위 요소에 적용되는 제약조건이라는 제한사항 집합인 조직 정책을 정의할 수 있습니다. 조직, 폴더 또는 프로젝트 수준에서 조직 정책을 적용할 수 있습니다.

조직 정책은 다양한 Google Cloud 서비스에 내장된 관리형 제약조건을 제공합니다. 그러나 조직 정책에서 제한되는 특정 필드를 보다 세부적으로 맞춤설정 가능한 방식으로 제어하려면 커스텀 제약조건을 만들고 조직 정책에 이러한 커스텀 제약조건을 사용할 수 있습니다.

정책 상속

기본적으로 조직 정책은 정책을 적용하는 리소스의 하위 요소에 상속됩니다. 예를 들어 폴더에 정책을 적용하면 Google Cloud 가 폴더의 모든 프로젝트에 정책을 적용합니다. 이 동작 및 이를 변경하는 방법에 대한 자세한 내용은 계층 구조 평가 규칙을 참조하세요.

이점

커스텀 조직 정책을 사용하여 Datastream 리소스에 특정 보안 정책을 적용할 수 있습니다. 예를 들어 스트림의 표시 이름, 연결 프로필 유형 또는 비공개 연결을 설정할 수 있는 리전을 제한할 수 있습니다. 이를 통해 조직 전체에서 규정 준수 및 거버넌스를 보장할 수 있습니다.

제한사항

  • 정책 변경사항은 기존 Datastream 리소스에 소급 적용되지 않습니다.
  • 기존 리소스 구성은 업데이트되지 않는 한 규정 비준수 값이 있어도 유효한 상태로 유지됩니다.
  • 맞춤 제약 조건 평가로 인해 리소스 생성 및 업데이트 요청에 약간의 지연 시간이 추가될 수 있습니다.

시작하기 전에

  1. Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
  2. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Roles required to select or create a project

    • Select a project: Selecting a project doesn't require a specific IAM role—you can select any project that you've been granted a role on.
    • Create a project: To create a project, you need the Project Creator (roles/resourcemanager.projectCreator), which contains the resourcemanager.projects.create permission. Learn how to grant roles.

    Go to project selector

  3. Verify that billing is enabled for your Google Cloud project.

  4. Install the Google Cloud CLI.

  5. 외부 ID 공급업체(IdP)를 사용하는 경우 먼저 제휴 ID로 gcloud CLI에 로그인해야 합니다.

  6. gcloud CLI를 초기화하려면, 다음 명령어를 실행합니다.

    gcloud init
  7. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Roles required to select or create a project

    • Select a project: Selecting a project doesn't require a specific IAM role—you can select any project that you've been granted a role on.
    • Create a project: To create a project, you need the Project Creator (roles/resourcemanager.projectCreator), which contains the resourcemanager.projects.create permission. Learn how to grant roles.

    Go to project selector

  8. Verify that billing is enabled for your Google Cloud project.

  9. Install the Google Cloud CLI.

  10. 외부 ID 공급업체(IdP)를 사용하는 경우 먼저 제휴 ID로 gcloud CLI에 로그인해야 합니다.

  11. gcloud CLI를 초기화하려면, 다음 명령어를 실행합니다.

    gcloud init
  12. 조직 ID를 알고 있어야 합니다.
  13. 필요한 역할

    커스텀 조직 정책을 관리하는 데 필요한 권한을 얻으려면 관리자에게 조직 리소스에 대한 조직 정책 관리자(roles/orgpolicy.policyAdmin) IAM 역할을 부여해 달라고 요청하세요. 역할 부여에 대한 자세한 내용은 프로젝트, 폴더, 조직에 대한 액세스 관리를 참조하세요.

    커스텀 역할이나 다른 사전 정의된 역할을 통해 필요한 권한을 얻을 수도 있습니다.

    커스텀 제약조건 만들기

    커스텀 제약조건은 조직 정책을 적용하는 서비스에서 지원되는 리소스, 메서드, 조건, 작업을 사용하여 YAML 파일에서 정의됩니다. 커스텀 제약조건의 조건은 Common Expression Language(CEL)를 사용하여 정의됩니다. CEL을 사용해서 커스텀 제약조건에서 조건을 빌드하는 방법은 커스텀 제약조건 만들기 및 관리의 CEL 섹션을 참조하세요.

    커스텀 제약조건을 만들려면 다음 형식을 사용하여 YAML 파일을 만듭니다.

    name: organizations/ORGANIZATION_ID/customConstraints/CONSTRAINT_NAME
    resourceTypes:
    - RESOURCE_NAME
    methodTypes:
    - CREATE
    - UPDATE
    condition: "CONDITION"
    actionType: ACTION
    displayName: DISPLAY_NAME
    description: DESCRIPTION
    

    다음을 바꿉니다.

    • ORGANIZATION_ID: 조직 ID(예: 123456789)

    • CONSTRAINT_NAME: 새 커스텀 제약조건에 사용하려는 이름. 커스텀 제약조건은 custom.으로 시작해야 하며 대문자, 소문자 또는 숫자만 포함할 수 있습니다. 예를 들면 custom.restrictDatastreamStreamDisplayName입니다. 이 필드의 최대 길이는 70자입니다.

    • RESOURCE_NAME: 제한하려는 객체 및 필드가 포함된Google Cloud 리소스의 정규화된 이름. 예를 들면 datastream.googleapis.com/Stream입니다.

    • CONDITION: 지원되는 서비스 리소스의 표현에 대해 작성된 CEL 조건. 이 필드의 최대 길이는 1000자(영문 기준)입니다. 조건을 작성하는 데 사용할 수 있는 리소스에 대한 자세한 내용은 지원되는 리소스를 참조하세요. 예를 들면 "!resource.displayName.startsWith('test-')"입니다.

    • ACTION: condition이 충족될 때 수행할 작업. 가능한 값은 ALLOWDENY입니다.

    • DISPLAY_NAME: 제약조건에 대한 사용자 친화적인 이름. 이 필드의 최대 길이는 200자(영문 기준)입니다.

    • DESCRIPTION: 정책을 위반할 때 오류 메시지로 표시할 제약조건에 대한 사용자 친화적인 설명. 이 필드의 최대 길이는 2,000자(영문 기준)입니다.

    커스텀 제약조건을 만드는 방법에 대한 자세한 내용은 커스텀 제약조건 정의를 참조하세요.

    커스텀 제약조건 설정

    새 커스텀 제약조건의 YAML 파일을 만든 후에는 조직에서 조직 정책에 사용할 수 있도록 설정해야 합니다. 커스텀 제약조건을 설정하려면 gcloud org-policies set-custom-constraint 명령어를 사용합니다.
    gcloud org-policies set-custom-constraint CONSTRAINT_PATH
    CONSTRAINT_PATH를 커스텀 제약조건 파일의 전체 경로로 바꿉니다. 예를 들면 /home/user/customconstraint.yaml입니다. 완료되면 Google Cloud 조직 정책 목록에서 조직 정책으로 커스텀 제약조건을 사용할 수 있습니다. 커스텀 제약조건이 존재하는지 확인하려면 gcloud org-policies list-custom-constraints 명령어를 사용합니다.
    gcloud org-policies list-custom-constraints --organization=ORGANIZATION_ID
    ORGANIZATION_ID를 조직 리소스 ID로 바꿉니다. 자세한 내용은 조직 정책 보기를 참조하세요.

    커스텀 조직 정책 적용

    제약조건을 참조하는 조직 정책을 만들고 해당 조직 정책을 Google Cloud 리소스에 적용하여 제약조건을 적용할 수 있습니다.

    콘솔

    1. Google Cloud 콘솔에서 조직 정책 페이지로 이동합니다.

      조직 정책으로 이동

    2. 프로젝트 선택 도구에서 조직 정책을 설정할 프로젝트를 선택합니다.
    3. 조직 정책 페이지의 목록에서 제약조건을 선택하여 해당 제약조건의 정책 세부정보 페이지를 봅니다.
    4. 이 리소스의 조직 정책을 구성하려면 정책 관리를 클릭합니다.
    5. 정책 수정 페이지에서 상위 정책 재정의를 선택합니다.
    6. 규칙 추가를 클릭합니다.
    7. 적용 섹션에서 이 조직 정책 적용을 사용 설정할지 여부를 선택합니다.
    8. (선택사항) 태그로 조직 정책을 조건부로 만들려면 조건 추가를 클릭합니다. 조건부 규칙을 조직 정책에 추가하면 비조건부 규칙을 최소 하나 이상 추가해야 합니다. 그렇지 않으면 정책을 저장할 수 없습니다. 자세한 내용은 태그를 사용하여 조직 정책 설정을 참조하세요.
    9. 변경사항 테스트를 클릭하여 조직 정책의 효과를 시뮬레이션합니다. 기존 관리형 제약조건에는 정책 시뮬레이션을 사용할 수 없습니다. 자세한 내용은 정책 시뮬레이터로 조직 정책 변경사항 테스트를 참조하세요.
    10. 조직 정책을 완료하고 적용하려면 정책 설정을 클릭합니다. 정책이 적용되는 데 최대 15분이 소요됩니다.

    gcloud

    불리언 규칙이 있는 조직 정책을 만들려면 제약조건을 참조하는 정책 YAML 파일을 만듭니다.

          name: projects/PROJECT_ID/policies/CONSTRAINT_NAME
          spec:
            rules:
            - enforce: true
        

    다음을 바꿉니다.

    • PROJECT_ID: 제약조건을 적용할 프로젝트
    • CONSTRAINT_NAME: 커스텀 제약조건에 대해 정의된 이름. 예를 들면 custom.restrictDatastreamStreamDisplayName입니다.

    제약조건이 포함된 조직 정책을 적용하려면 다음 명령어를 실행합니다.

        gcloud org-policies set-policy POLICY_PATH
        

    POLICY_PATH를 조직 정책 YAML 파일의 전체 경로로 바꿉니다. 정책이 적용되는 데 최대 15분이 소요됩니다.

    커스텀 조직 정책 테스트

    다음 예시에서는 표시 이름이 test-로 시작하지 않는 경우 Datastream 스트림의 생성을 차단하는 맞춤 제약 조건 및 정책을 만듭니다.

    시작하기 전에 다음이 필요합니다.

    • 조직 ID
    • 프로젝트 ID

    제약조건 만들기

    1. 다음 파일을 constraint-datastream-stream-displayname.yaml로 저장합니다.

      name: organizations/ORGANIZATION_ID/customConstraints/custom.restrictDatastreamStreamDisplayName
      resourceTypes:
      - datastream.googleapis.com/Stream
      methodTypes:
      - CREATE
      - UPDATE
      condition: "!resource.displayName.startsWith('test-')"
      actionType: DENY
      displayName: Restrict stream display names
      description: All new Datastream streams must have a display name starting with 'test-'
      

      이는 모든 신규 또는 업데이트된 스트림에 test-로 시작하는 displayName가 있어야 하는 제약 조건을 정의합니다.

    2. 제약조건을 적용합니다.

      gcloud org-policies set-custom-constraint ~/constraint-datastream-stream-displayname.yaml
      
    3. 제약조건이 있는지 확인합니다.

      gcloud org-policies list-custom-constraints --organization=ORGANIZATION_ID
      

    정책 만들기

    1. 다음 파일을 policy-deny-stream-displayname.yaml로 저장합니다.

      name: projects/PROJECT_ID/policies/custom.restrictDatastreamStreamDisplayName
      spec:
        rules:
        - enforce: true
      

      PROJECT_ID를 프로젝트 ID로 바꿉니다.

    2. 정책을 적용합니다.

      gcloud org-policies set-policy ~/policy-deny-stream-displayname.yaml
      

    정책 테스트

    규정을 준수하지 않는 표시 이름으로 Datastream 스트림을 만들어 보세요.

    # This command is a conceptual example. You need to provide valid source and destination config IDs.
    # Replace <VAR> placeholders with actual values.
    gcloud datastream streams create my-prod-stream --location=<VAR>LOCATION</VAR> --display-name="production-stream" --source=<VAR>SOURCE_CP</VAR> --destination=<VAR>DEST_CP</VAR> ...
    

    출력에는 다음과 유사한 오류가 포함되어야 합니다.

    Operation denied by custom org policies: ["customConstraints/custom.restrictDatastreamStreamDisplayName": "All new Datastream streams must have a display name starting with 'test-'"]
    

    일반적인 사용 사례의 커스텀 조직 정책 예시

    이 표에서는 몇 가지 일반적인 커스텀 제약 조건에 대한 구문 예시를 제공합니다.

    설명 제약조건 구문
    스트림 표시 이름 제한

    모든 새 스트림이 특정 이름 지정 규칙을 따르도록 합니다.

          name: organizations/ORGANIZATION_ID/customConstraints/custom.restrictDatastreamStreamDisplayName
          resourceTypes:
          - datastream.googleapis.com/Stream
          methodTypes:
          - CREATE
          - UPDATE
          condition: "!resource.displayName.startsWith('test-')"
          actionType: DENY
          displayName: Restrict stream display names
          description: All new Datastream streams must have a display name starting with 'test-'
        
    연결 프로필 유형을 MySQL로만 제한

    MySQL 연결 프로필만 만들 수 있도록 합니다.

    참고: 정확한 조건은 연결 프로필에 대해 생성된 Common Expression Language (CEL) 프로토콜 버퍼의 구조에 따라 다릅니다. 이 예시에서는 프로필 유형을 나타내는 필드가 있다고 가정합니다.

          name: organizations/ORGANIZATION_ID/customConstraints/custom.restrictDatastreamToMySQL
          resourceTypes:
          - datastream.googleapis.com/ConnectionProfile
          methodTypes:
          - CREATE
          # This condition is an example and needs to be validated against the actual CEL proto fields.
          # It checks for the presence of the mysqlProfile field.
          condition: "!has(resource.mysqlProfile)"
          actionType: DENY
          displayName: Restrict connection profiles to MySQL
          description: Only MySQL source connection profiles can be created.
        
    특정 VPC로 비공개 연결 제한

    비공개 연결이 승인된 VPC 네트워크만 사용하도록 합니다.

    참고: 이 예시에서는 VPC 이름을 resource.vpcPeeringConfig.vpc에서 사용할 수 있다고 가정합니다.

          name: organizations/ORGANIZATION_ID/customConstraints/custom.restrictDatastreamPrivateConnectionVPC
          resourceTypes:
          - datastream.googleapis.com/PrivateConnection
          methodTypes:
          - CREATE
          # This condition assumes the vpc name is accessible via resource.vpcPeeringConfig.vpc.
          # This needs to be verified against the actual CEL proto.
          condition: "resource.vpcPeeringConfig.vpc != 'projects/ALLOWED_PROJECT/global/networks/ALLOWED_VPC'"
          actionType: DENY
          displayName: Restrict Private Connection VPC
          description: Private Connections can only be created with the allowed VPC.
        

    Datastream 지원 리소스

    다음 표에는 커스텀 제약 조건에서 참조할 수 있는 Datastream 리소스가 나와 있습니다.

    리소스 필드
    datastream.googleapis.com/ConnectionProfile resource.displayName
    resource.forwardSshConnectivity.hostname
    resource.forwardSshConnectivity.port
    resource.forwardSshConnectivity.username
    resource.gcsProfile.bucket
    resource.gcsProfile.rootPath
    resource.mongodbProfile.hostAddresses.hostname
    resource.mongodbProfile.hostAddresses.port
    resource.mongodbProfile.replicaSet
    resource.mongodbProfile.standardConnectionFormat.directConnection
    resource.mongodbProfile.username
    resource.mysqlProfile.hostname
    resource.mysqlProfile.port
    resource.mysqlProfile.username
    resource.oracleProfile.connectionAttributes
    resource.oracleProfile.databaseService
    resource.oracleProfile.hostname
    resource.oracleProfile.oracleAsmConfig.asmService
    resource.oracleProfile.oracleAsmConfig.connectionAttributes
    resource.oracleProfile.oracleAsmConfig.hostname
    resource.oracleProfile.oracleAsmConfig.oracleSslConfig.serverCertificateDistinguishedName
    resource.oracleProfile.oracleAsmConfig.port
    resource.oracleProfile.oracleAsmConfig.username
    resource.oracleProfile.oracleSslConfig.serverCertificateDistinguishedName
    resource.oracleProfile.port
    resource.oracleProfile.username
    resource.postgresqlProfile.database
    resource.postgresqlProfile.hostname
    resource.postgresqlProfile.port
    resource.postgresqlProfile.username
    resource.privateConnectivity.privateConnection
    resource.salesforceProfile.domain
    resource.salesforceProfile.oauth2ClientCredentials.clientId
    resource.salesforceProfile.userCredentials.username
    resource.sqlServerProfile.database
    resource.sqlServerProfile.hostname
    resource.sqlServerProfile.port
    resource.sqlServerProfile.username
    datastream.googleapis.com/PrivateConnection resource.displayName
    resource.pscInterfaceConfig.networkAttachment
    resource.vpcPeeringConfig.subnet
    resource.vpcPeeringConfig.vpc
    datastream.googleapis.com/Stream resource.backfillAll.mongodbExcludedObjects.databases.collections.collection
    resource.backfillAll.mongodbExcludedObjects.databases.collections.fields.field
    resource.backfillAll.mongodbExcludedObjects.databases.database
    resource.backfillAll.mysqlExcludedObjects.mysqlDatabases.database
    resource.backfillAll.mysqlExcludedObjects.mysqlDatabases.mysqlTables.mysqlColumns.collation
    resource.backfillAll.mysqlExcludedObjects.mysqlDatabases.mysqlTables.mysqlColumns.column
    resource.backfillAll.mysqlExcludedObjects.mysqlDatabases.mysqlTables.mysqlColumns.dataType
    resource.backfillAll.mysqlExcludedObjects.mysqlDatabases.mysqlTables.mysqlColumns.length
    resource.backfillAll.mysqlExcludedObjects.mysqlDatabases.mysqlTables.mysqlColumns.nullable
    resource.backfillAll.mysqlExcludedObjects.mysqlDatabases.mysqlTables.mysqlColumns.ordinalPosition
    resource.backfillAll.mysqlExcludedObjects.mysqlDatabases.mysqlTables.mysqlColumns.precision
    resource.backfillAll.mysqlExcludedObjects.mysqlDatabases.mysqlTables.mysqlColumns.primaryKey
    resource.backfillAll.mysqlExcludedObjects.mysqlDatabases.mysqlTables.mysqlColumns.scale
    resource.backfillAll.mysqlExcludedObjects.mysqlDatabases.mysqlTables.table
    resource.backfillAll.oracleExcludedObjects.oracleSchemas.oracleTables.oracleColumns.column
    resource.backfillAll.oracleExcludedObjects.oracleSchemas.oracleTables.oracleColumns.dataType
    resource.backfillAll.oracleExcludedObjects.oracleSchemas.oracleTables.oracleColumns.encoding
    resource.backfillAll.oracleExcludedObjects.oracleSchemas.oracleTables.oracleColumns.length
    resource.backfillAll.oracleExcludedObjects.oracleSchemas.oracleTables.oracleColumns.nullable
    resource.backfillAll.oracleExcludedObjects.oracleSchemas.oracleTables.oracleColumns.ordinalPosition
    resource.backfillAll.oracleExcludedObjects.oracleSchemas.oracleTables.oracleColumns.precision
    resource.backfillAll.oracleExcludedObjects.oracleSchemas.oracleTables.oracleColumns.primaryKey
    resource.backfillAll.oracleExcludedObjects.oracleSchemas.oracleTables.oracleColumns.scale
    resource.backfillAll.oracleExcludedObjects.oracleSchemas.oracleTables.table
    resource.backfillAll.oracleExcludedObjects.oracleSchemas.schema
    resource.backfillAll.postgresqlExcludedObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.column
    resource.backfillAll.postgresqlExcludedObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.dataType
    resource.backfillAll.postgresqlExcludedObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.length
    resource.backfillAll.postgresqlExcludedObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.nullable
    resource.backfillAll.postgresqlExcludedObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.ordinalPosition
    resource.backfillAll.postgresqlExcludedObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.precision
    resource.backfillAll.postgresqlExcludedObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.primaryKey
    resource.backfillAll.postgresqlExcludedObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.scale
    resource.backfillAll.postgresqlExcludedObjects.postgresqlSchemas.postgresqlTables.table
    resource.backfillAll.postgresqlExcludedObjects.postgresqlSchemas.schema
    resource.backfillAll.salesforceExcludedObjects.objects.fields.dataType
    resource.backfillAll.salesforceExcludedObjects.objects.fields.name
    resource.backfillAll.salesforceExcludedObjects.objects.fields.nillable
    resource.backfillAll.salesforceExcludedObjects.objects.objectName
    resource.backfillAll.sqlServerExcludedObjects.schemas.schema
    resource.backfillAll.sqlServerExcludedObjects.schemas.tables.columns.column
    resource.backfillAll.sqlServerExcludedObjects.schemas.tables.columns.dataType
    resource.backfillAll.sqlServerExcludedObjects.schemas.tables.columns.length
    resource.backfillAll.sqlServerExcludedObjects.schemas.tables.columns.nullable
    resource.backfillAll.sqlServerExcludedObjects.schemas.tables.columns.ordinalPosition
    resource.backfillAll.sqlServerExcludedObjects.schemas.tables.columns.precision
    resource.backfillAll.sqlServerExcludedObjects.schemas.tables.columns.primaryKey
    resource.backfillAll.sqlServerExcludedObjects.schemas.tables.columns.scale
    resource.backfillAll.sqlServerExcludedObjects.schemas.tables.table
    resource.customerManagedEncryptionKey
    resource.destinationConfig.bigqueryDestinationConfig.blmtConfig.bucket
    resource.destinationConfig.bigqueryDestinationConfig.blmtConfig.connectionName
    resource.destinationConfig.bigqueryDestinationConfig.blmtConfig.fileFormat
    resource.destinationConfig.bigqueryDestinationConfig.blmtConfig.rootPath
    resource.destinationConfig.bigqueryDestinationConfig.blmtConfig.tableFormat
    resource.destinationConfig.bigqueryDestinationConfig.dataFreshness
    resource.destinationConfig.bigqueryDestinationConfig.singleTargetDataset.datasetId
    resource.destinationConfig.bigqueryDestinationConfig.sourceHierarchyDatasets.datasetTemplate.datasetIdPrefix
    resource.destinationConfig.bigqueryDestinationConfig.sourceHierarchyDatasets.datasetTemplate.kmsKeyName
    resource.destinationConfig.bigqueryDestinationConfig.sourceHierarchyDatasets.datasetTemplate.location
    resource.destinationConfig.bigqueryDestinationConfig.sourceHierarchyDatasets.projectId
    resource.destinationConfig.destinationConnectionProfile
    resource.destinationConfig.gcsDestinationConfig.fileRotationInterval
    resource.destinationConfig.gcsDestinationConfig.fileRotationMb
    resource.destinationConfig.gcsDestinationConfig.jsonFileFormat.compression
    resource.destinationConfig.gcsDestinationConfig.jsonFileFormat.schemaFileFormat
    resource.destinationConfig.gcsDestinationConfig.path
    resource.displayName
    resource.environmentConfig.peripheralsConfig.sparkHistoryServerConfig.dataprocCluster
    resource.jupyterSession.displayName
    resource.jupyterSession.kernel
    resource.name
    resource.runtimeConfig.autotuningConfig.scenarios
    resource.runtimeConfig.cohort
    resource.runtimeConfig.containerImage
    resource.runtimeConfig.properties
    resource.runtimeConfig.repositoryConfig.pypiRepositoryConfig.pypiRepository
    resource.runtimeConfig.version
    resource.sourceConfig.mongodbSourceConfig.excludeObjects.databases.collections.collection
    resource.sourceConfig.mongodbSourceConfig.excludeObjects.databases.collections.fields.field
    resource.sourceConfig.mongodbSourceConfig.excludeObjects.databases.database
    resource.sourceConfig.mongodbSourceConfig.includeObjects.databases.collections.collection
    resource.sourceConfig.mongodbSourceConfig.includeObjects.databases.collections.fields.field
    resource.sourceConfig.mongodbSourceConfig.includeObjects.databases.database
    resource.sourceConfig.mongodbSourceConfig.maxConcurrentBackfillTasks
    resource.sourceConfig.mysqlSourceConfig.excludeObjects.mysqlDatabases.database
    resource.sourceConfig.mysqlSourceConfig.excludeObjects.mysqlDatabases.mysqlTables.mysqlColumns.collation
    resource.sourceConfig.mysqlSourceConfig.excludeObjects.mysqlDatabases.mysqlTables.mysqlColumns.column
    resource.sourceConfig.mysqlSourceConfig.excludeObjects.mysqlDatabases.mysqlTables.mysqlColumns.dataType
    resource.sourceConfig.mysqlSourceConfig.excludeObjects.mysqlDatabases.mysqlTables.mysqlColumns.length
    resource.sourceConfig.mysqlSourceConfig.excludeObjects.mysqlDatabases.mysqlTables.mysqlColumns.nullable
    resource.sourceConfig.mysqlSourceConfig.excludeObjects.mysqlDatabases.mysqlTables.mysqlColumns.ordinalPosition
    resource.sourceConfig.mysqlSourceConfig.excludeObjects.mysqlDatabases.mysqlTables.mysqlColumns.precision
    resource.sourceConfig.mysqlSourceConfig.excludeObjects.mysqlDatabases.mysqlTables.mysqlColumns.primaryKey
    resource.sourceConfig.mysqlSourceConfig.excludeObjects.mysqlDatabases.mysqlTables.mysqlColumns.scale
    resource.sourceConfig.mysqlSourceConfig.excludeObjects.mysqlDatabases.mysqlTables.table
    resource.sourceConfig.mysqlSourceConfig.includeObjects.mysqlDatabases.database
    resource.sourceConfig.mysqlSourceConfig.includeObjects.mysqlDatabases.mysqlTables.mysqlColumns.collation
    resource.sourceConfig.mysqlSourceConfig.includeObjects.mysqlDatabases.mysqlTables.mysqlColumns.column
    resource.sourceConfig.mysqlSourceConfig.includeObjects.mysqlDatabases.mysqlTables.mysqlColumns.dataType
    resource.sourceConfig.mysqlSourceConfig.includeObjects.mysqlDatabases.mysqlTables.mysqlColumns.length
    resource.sourceConfig.mysqlSourceConfig.includeObjects.mysqlDatabases.mysqlTables.mysqlColumns.nullable
    resource.sourceConfig.mysqlSourceConfig.includeObjects.mysqlDatabases.mysqlTables.mysqlColumns.ordinalPosition
    resource.sourceConfig.mysqlSourceConfig.includeObjects.mysqlDatabases.mysqlTables.mysqlColumns.precision
    resource.sourceConfig.mysqlSourceConfig.includeObjects.mysqlDatabases.mysqlTables.mysqlColumns.primaryKey
    resource.sourceConfig.mysqlSourceConfig.includeObjects.mysqlDatabases.mysqlTables.mysqlColumns.scale
    resource.sourceConfig.mysqlSourceConfig.includeObjects.mysqlDatabases.mysqlTables.table
    resource.sourceConfig.mysqlSourceConfig.maxConcurrentBackfillTasks
    resource.sourceConfig.mysqlSourceConfig.maxConcurrentCdcTasks
    resource.sourceConfig.oracleSourceConfig.binaryLogParser.logFileDirectories.archivedLogDirectory
    resource.sourceConfig.oracleSourceConfig.binaryLogParser.logFileDirectories.onlineLogDirectory
    resource.sourceConfig.oracleSourceConfig.excludeObjects.oracleSchemas.oracleTables.oracleColumns.column
    resource.sourceConfig.oracleSourceConfig.excludeObjects.oracleSchemas.oracleTables.oracleColumns.dataType
    resource.sourceConfig.oracleSourceConfig.excludeObjects.oracleSchemas.oracleTables.oracleColumns.encoding
    resource.sourceConfig.oracleSourceConfig.excludeObjects.oracleSchemas.oracleTables.oracleColumns.length
    resource.sourceConfig.oracleSourceConfig.excludeObjects.oracleSchemas.oracleTables.oracleColumns.nullable
    resource.sourceConfig.oracleSourceConfig.excludeObjects.oracleSchemas.oracleTables.oracleColumns.ordinalPosition
    resource.sourceConfig.oracleSourceConfig.excludeObjects.oracleSchemas.oracleTables.oracleColumns.precision
    resource.sourceConfig.oracleSourceConfig.excludeObjects.oracleSchemas.oracleTables.oracleColumns.primaryKey
    resource.sourceConfig.oracleSourceConfig.excludeObjects.oracleSchemas.oracleTables.oracleColumns.scale
    resource.sourceConfig.oracleSourceConfig.excludeObjects.oracleSchemas.oracleTables.table
    resource.sourceConfig.oracleSourceConfig.excludeObjects.oracleSchemas.schema
    resource.sourceConfig.oracleSourceConfig.includeObjects.oracleSchemas.oracleTables.oracleColumns.column
    resource.sourceConfig.oracleSourceConfig.includeObjects.oracleSchemas.oracleTables.oracleColumns.dataType
    resource.sourceConfig.oracleSourceConfig.includeObjects.oracleSchemas.oracleTables.oracleColumns.encoding
    resource.sourceConfig.oracleSourceConfig.includeObjects.oracleSchemas.oracleTables.oracleColumns.length
    resource.sourceConfig.oracleSourceConfig.includeObjects.oracleSchemas.oracleTables.oracleColumns.nullable
    resource.sourceConfig.oracleSourceConfig.includeObjects.oracleSchemas.oracleTables.oracleColumns.ordinalPosition
    resource.sourceConfig.oracleSourceConfig.includeObjects.oracleSchemas.oracleTables.oracleColumns.precision
    resource.sourceConfig.oracleSourceConfig.includeObjects.oracleSchemas.oracleTables.oracleColumns.primaryKey
    resource.sourceConfig.oracleSourceConfig.includeObjects.oracleSchemas.oracleTables.oracleColumns.scale
    resource.sourceConfig.oracleSourceConfig.includeObjects.oracleSchemas.oracleTables.table
    resource.sourceConfig.oracleSourceConfig.includeObjects.oracleSchemas.schema
    resource.sourceConfig.oracleSourceConfig.maxConcurrentBackfillTasks
    resource.sourceConfig.oracleSourceConfig.maxConcurrentCdcTasks
    resource.sourceConfig.postgresqlSourceConfig.excludeObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.column
    resource.sourceConfig.postgresqlSourceConfig.excludeObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.dataType
    resource.sourceConfig.postgresqlSourceConfig.excludeObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.length
    resource.sourceConfig.postgresqlSourceConfig.excludeObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.nullable
    resource.sourceConfig.postgresqlSourceConfig.excludeObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.ordinalPosition
    resource.sourceConfig.postgresqlSourceConfig.excludeObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.precision
    resource.sourceConfig.postgresqlSourceConfig.excludeObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.primaryKey
    resource.sourceConfig.postgresqlSourceConfig.excludeObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.scale
    resource.sourceConfig.postgresqlSourceConfig.excludeObjects.postgresqlSchemas.postgresqlTables.table
    resource.sourceConfig.postgresqlSourceConfig.excludeObjects.postgresqlSchemas.schema
    resource.sourceConfig.postgresqlSourceConfig.includeObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.column
    resource.sourceConfig.postgresqlSourceConfig.includeObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.dataType
    resource.sourceConfig.postgresqlSourceConfig.includeObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.length
    resource.sourceConfig.postgresqlSourceConfig.includeObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.nullable
    resource.sourceConfig.postgresqlSourceConfig.includeObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.ordinalPosition
    resource.sourceConfig.postgresqlSourceConfig.includeObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.precision
    resource.sourceConfig.postgresqlSourceConfig.includeObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.primaryKey
    resource.sourceConfig.postgresqlSourceConfig.includeObjects.postgresqlSchemas.postgresqlTables.postgresqlColumns.scale
    resource.sourceConfig.postgresqlSourceConfig.includeObjects.postgresqlSchemas.postgresqlTables.table
    resource.sourceConfig.postgresqlSourceConfig.includeObjects.postgresqlSchemas.schema
    resource.sourceConfig.postgresqlSourceConfig.maxConcurrentBackfillTasks
    resource.sourceConfig.postgresqlSourceConfig.publication
    resource.sourceConfig.postgresqlSourceConfig.replicationSlot
    resource.sourceConfig.salesforceSourceConfig.excludeObjects.objects.fields.dataType
    resource.sourceConfig.salesforceSourceConfig.excludeObjects.objects.fields.name
    resource.sourceConfig.salesforceSourceConfig.excludeObjects.objects.fields.nillable
    resource.sourceConfig.salesforceSourceConfig.excludeObjects.objects.objectName
    resource.sourceConfig.salesforceSourceConfig.includeObjects.objects.fields.dataType
    resource.sourceConfig.salesforceSourceConfig.includeObjects.objects.fields.name
    resource.sourceConfig.salesforceSourceConfig.includeObjects.objects.fields.nillable
    resource.sourceConfig.salesforceSourceConfig.includeObjects.objects.objectName
    resource.sourceConfig.salesforceSourceConfig.pollingInterval
    resource.sourceConfig.sourceConnectionProfile
    resource.sourceConfig.sqlServerSourceConfig.excludeObjects.schemas.schema
    resource.sourceConfig.sqlServerSourceConfig.excludeObjects.schemas.tables.columns.column
    resource.sourceConfig.sqlServerSourceConfig.excludeObjects.schemas.tables.columns.dataType
    resource.sourceConfig.sqlServerSourceConfig.excludeObjects.schemas.tables.columns.length
    resource.sourceConfig.sqlServerSourceConfig.excludeObjects.schemas.tables.columns.nullable
    resource.sourceConfig.sqlServerSourceConfig.excludeObjects.schemas.tables.columns.ordinalPosition
    resource.sourceConfig.sqlServerSourceConfig.excludeObjects.schemas.tables.columns.precision
    resource.sourceConfig.sqlServerSourceConfig.excludeObjects.schemas.tables.columns.primaryKey
    resource.sourceConfig.sqlServerSourceConfig.excludeObjects.schemas.tables.columns.scale
    resource.sourceConfig.sqlServerSourceConfig.excludeObjects.schemas.tables.table
    resource.sourceConfig.sqlServerSourceConfig.includeObjects.schemas.schema
    resource.sourceConfig.sqlServerSourceConfig.includeObjects.schemas.tables.columns.column
    resource.sourceConfig.sqlServerSourceConfig.includeObjects.schemas.tables.columns.dataType
    resource.sourceConfig.sqlServerSourceConfig.includeObjects.schemas.tables.columns.length
    resource.sourceConfig.sqlServerSourceConfig.includeObjects.schemas.tables.columns.nullable
    resource.sourceConfig.sqlServerSourceConfig.includeObjects.schemas.tables.columns.ordinalPosition
    resource.sourceConfig.sqlServerSourceConfig.includeObjects.schemas.tables.columns.precision
    resource.sourceConfig.sqlServerSourceConfig.includeObjects.schemas.tables.columns.primaryKey
    resource.sourceConfig.sqlServerSourceConfig.includeObjects.schemas.tables.columns.scale
    resource.sourceConfig.sqlServerSourceConfig.includeObjects.schemas.tables.table
    resource.sourceConfig.sqlServerSourceConfig.maxConcurrentBackfillTasks
    resource.sourceConfig.sqlServerSourceConfig.maxConcurrentCdcTasks
    resource.state

    다음 단계