Package com.pulumi.aws.oam.outputs
Class GetLinkResult
- java.lang.Object
-
- com.pulumi.aws.oam.outputs.GetLinkResult
-
public final class GetLinkResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetLinkResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
arn()
static GetLinkResult.Builder
builder()
static GetLinkResult.Builder
builder(GetLinkResult defaults)
java.lang.String
id()
java.lang.String
label()
java.lang.String
labelTemplate()
java.lang.String
linkId()
java.lang.String
linkIdentifier()
java.util.List<java.lang.String>
resourceTypes()
java.lang.String
sinkArn()
java.util.Map<java.lang.String,java.lang.String>
tags()
-
-
-
Method Detail
-
arn
public java.lang.String arn()
- Returns:
- ARN of the link.
-
id
public java.lang.String id()
- Returns:
- The provider-assigned unique ID for this managed resource.
-
label
public java.lang.String label()
- Returns:
- Label that is assigned to this link.
-
labelTemplate
public java.lang.String labelTemplate()
- Returns:
- Human-readable name used to identify this source account when you are viewing data from it in the monitoring account.
-
linkId
public java.lang.String linkId()
- Returns:
- ID string that AWS generated as part of the link ARN.
-
linkIdentifier
public java.lang.String linkIdentifier()
-
resourceTypes
public java.util.List<java.lang.String> resourceTypes()
- Returns:
- Types of data that the source account shares with the monitoring account.
-
sinkArn
public java.lang.String sinkArn()
- Returns:
- ARN of the sink that is used for this link.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
-
builder
public static GetLinkResult.Builder builder()
-
builder
public static GetLinkResult.Builder builder(GetLinkResult defaults)
-
-