public static interface DriftStatusSummary.Builder extends SdkPojo, CopyableBuilder<DriftStatusSummary.Builder,DriftStatusSummary>
| Modifier and Type | Method and Description |
|---|---|
DriftStatusSummary.Builder |
driftStatus(DriftStatus driftStatus)
The drift status of the enabled control.
|
DriftStatusSummary.Builder |
driftStatus(String driftStatus)
The drift status of the enabled control.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDriftStatusSummary.Builder driftStatus(String driftStatus)
The drift status of the enabled control.
Valid values:
DRIFTED: The enabledControl deployed in this configuration doesn’t match the
configuration that AWS Control Tower expected.
IN_SYNC: The enabledControl deployed in this configuration matches the
configuration that AWS Control Tower expected.
NOT_CHECKING: AWS Control Tower does not check drift for this enabled control. Drift is not
supported for the control type.
UNKNOWN: AWS Control Tower is not able to check the drift status for the enabled control.
driftStatus - The drift status of the enabled control.
Valid values:
DRIFTED: The enabledControl deployed in this configuration doesn’t match the
configuration that AWS Control Tower expected.
IN_SYNC: The enabledControl deployed in this configuration matches the
configuration that AWS Control Tower expected.
NOT_CHECKING: AWS Control Tower does not check drift for this enabled control. Drift is
not supported for the control type.
UNKNOWN: AWS Control Tower is not able to check the drift status for the enabled control.
DriftStatus,
DriftStatusDriftStatusSummary.Builder driftStatus(DriftStatus driftStatus)
The drift status of the enabled control.
Valid values:
DRIFTED: The enabledControl deployed in this configuration doesn’t match the
configuration that AWS Control Tower expected.
IN_SYNC: The enabledControl deployed in this configuration matches the
configuration that AWS Control Tower expected.
NOT_CHECKING: AWS Control Tower does not check drift for this enabled control. Drift is not
supported for the control type.
UNKNOWN: AWS Control Tower is not able to check the drift status for the enabled control.
driftStatus - The drift status of the enabled control.
Valid values:
DRIFTED: The enabledControl deployed in this configuration doesn’t match the
configuration that AWS Control Tower expected.
IN_SYNC: The enabledControl deployed in this configuration matches the
configuration that AWS Control Tower expected.
NOT_CHECKING: AWS Control Tower does not check drift for this enabled control. Drift is
not supported for the control type.
UNKNOWN: AWS Control Tower is not able to check the drift status for the enabled control.
DriftStatus,
DriftStatusCopyright © 2023. All rights reserved.