public class RuleArn
extends software.amazon.awscdk.Arn
| Modifier | Constructor and Description |
|---|---|
|
RuleArn()
Creates a token that resolves to `value`.
|
protected |
RuleArn(software.amazon.jsii.JsiiObject.InitializationMode mode) |
|
RuleArn(Object valueOrFunction)
Creates a token that resolves to `value`.
|
|
RuleArn(Object valueOrFunction,
String displayName)
Creates a token that resolves to `value`.
|
protected RuleArn(software.amazon.jsii.JsiiObject.InitializationMode mode)
public RuleArn(@Nullable Object valueOrFunction, @Nullable String displayName)
valueOrFunction - What this token will evaluate to, literal or function.displayName - A human-readable display hint for this Tokenpublic RuleArn(@Nullable Object valueOrFunction)
valueOrFunction - What this token will evaluate to, literal or function.public RuleArn()
Copyright © 2018. All rights reserved.