@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.303Z") @Stability(value=Stable) public interface ConnectionAttributes extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.events.*;
ConnectionAttributes connectionAttributes = ConnectionAttributes.builder()
.connectionArn("connectionArn")
.connectionName("connectionName")
.connectionSecretArn("connectionSecretArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConnectionAttributes.Builder
A builder for
ConnectionAttributes |
static class |
ConnectionAttributes.Jsii$Proxy
An implementation for
ConnectionAttributes |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionAttributes.Builder |
builder() |
String |
getConnectionArn()
The ARN of the connection created.
|
String |
getConnectionName()
The Name for the connection.
|
String |
getConnectionSecretArn()
The ARN for the secret created for the connection.
|
@Stability(value=Stable) @NotNull String getConnectionArn()
@Stability(value=Stable) @NotNull String getConnectionName()
@Stability(value=Stable) @NotNull String getConnectionSecretArn()
@Stability(value=Stable) static ConnectionAttributes.Builder builder()
ConnectionAttributes.Builder of ConnectionAttributesCopyright © 2022. All rights reserved.