Class AWSConfiguration
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AWSConfiguration.Builder,AWSConfiguration>
Configuration for AWS monitor account integration, allowing AIDevOps to monitor AWS resources.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringAWS Account Id corresponding to provided resources.final MonitorAccountTypeAccount Type 'monitor' for AIDevOps monitoring.final StringAccount Type 'monitor' for AIDevOps monitoring.final StringOptional IAM role ARN to be assumed by AIDevOps for elevated directed actions on behalf of the customer.final ValidationStatusValidation status of the agentElevatedRoleArn.final StringValidation status of the agentElevatedRoleArn.final StringRole ARN to be assumed by AIDevOps to operate on behalf of customer.static AWSConfiguration.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends AWSConfiguration.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
assumableRoleArn
Role ARN to be assumed by AIDevOps to operate on behalf of customer.
- Returns:
- Role ARN to be assumed by AIDevOps to operate on behalf of customer.
-
accountId
AWS Account Id corresponding to provided resources.
- Returns:
- AWS Account Id corresponding to provided resources.
-
accountType
Account Type 'monitor' for AIDevOps monitoring.
If the service returns an enum value that is not available in the current SDK version,
accountTypewill returnMonitorAccountType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaccountTypeAsString().- Returns:
- Account Type 'monitor' for AIDevOps monitoring.
- See Also:
-
accountTypeAsString
Account Type 'monitor' for AIDevOps monitoring.
If the service returns an enum value that is not available in the current SDK version,
accountTypewill returnMonitorAccountType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaccountTypeAsString().- Returns:
- Account Type 'monitor' for AIDevOps monitoring.
- See Also:
-
agentElevatedRoleArn
Optional IAM role ARN to be assumed by AIDevOps for elevated directed actions on behalf of the customer. Used for mutating operations gated by elevatedActionsEnabled on the AgentSpace. When not provided, only non-elevated directed actions are available for this AWS account.
- Returns:
- Optional IAM role ARN to be assumed by AIDevOps for elevated directed actions on behalf of the customer. Used for mutating operations gated by elevatedActionsEnabled on the AgentSpace. When not provided, only non-elevated directed actions are available for this AWS account.
-
agentElevatedRoleArnStatus
Validation status of the agentElevatedRoleArn. Updated asynchronously after the customer registers an elevated role. Possible values: PENDING_CONFIRMATION (validation in progress), VALID (role validated), INVALID (validation failed).
If the service returns an enum value that is not available in the current SDK version,
agentElevatedRoleArnStatuswill returnValidationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromagentElevatedRoleArnStatusAsString().- Returns:
- Validation status of the agentElevatedRoleArn. Updated asynchronously after the customer registers an elevated role. Possible values: PENDING_CONFIRMATION (validation in progress), VALID (role validated), INVALID (validation failed).
- See Also:
-
agentElevatedRoleArnStatusAsString
Validation status of the agentElevatedRoleArn. Updated asynchronously after the customer registers an elevated role. Possible values: PENDING_CONFIRMATION (validation in progress), VALID (role validated), INVALID (validation failed).
If the service returns an enum value that is not available in the current SDK version,
agentElevatedRoleArnStatuswill returnValidationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromagentElevatedRoleArnStatusAsString().- Returns:
- Validation status of the agentElevatedRoleArn. Updated asynchronously after the customer registers an elevated role. Possible values: PENDING_CONFIRMATION (validation in progress), VALID (role validated), INVALID (validation failed).
- See Also:
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<AWSConfiguration.Builder,AWSConfiguration> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-