| Package | Description |
|---|---|
| software.amazon.awssdk.services.oam |
Use Amazon CloudWatch Observability Access Manager to create and manage links between source accounts and monitoring
accounts by using CloudWatch cross-account observability.
|
| software.amazon.awssdk.services.oam.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateLinkResponse |
OamClient.createLink(Consumer<CreateLinkRequest.Builder> createLinkRequest)
Creates a link between a source account and a sink that you have created in a monitoring account.
|
default CompletableFuture<CreateLinkResponse> |
OamAsyncClient.createLink(Consumer<CreateLinkRequest.Builder> createLinkRequest)
Creates a link between a source account and a sink that you have created in a monitoring account.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateLinkRequest.Builder |
CreateLinkRequest.builder() |
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.labelTemplate(String labelTemplate)
Specify a friendly human-readable name to use to identify this source account when you are viewing data from
it in the monitoring account.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.resourceTypes(Collection<ResourceType> resourceTypes)
An array of strings that define which types of data that the source account shares with the monitoring
account.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.resourceTypes(ResourceType... resourceTypes)
An array of strings that define which types of data that the source account shares with the monitoring
account.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.resourceTypesWithStrings(Collection<String> resourceTypes)
An array of strings that define which types of data that the source account shares with the monitoring
account.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.resourceTypesWithStrings(String... resourceTypes)
An array of strings that define which types of data that the source account shares with the monitoring
account.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.sinkIdentifier(String sinkIdentifier)
The ARN of the sink to use to create this link.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.tags(Map<String,String> tags)
Assigns one or more tags (key-value pairs) to the link.
|
CreateLinkRequest.Builder |
CreateLinkRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateLinkRequest.Builder> |
CreateLinkRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.