@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:07.040Z") @Stability(value=Experimental) 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()
(experimental) The ARN of the connection created.
|
String |
getConnectionName()
(experimental) The Name for the connection.
|
String |
getConnectionSecretArn()
(experimental) The ARN for the secret created for the connection.
|
@Stability(value=Experimental) @NotNull String getConnectionArn()
@Stability(value=Experimental) @NotNull String getConnectionName()
@Stability(value=Experimental) @NotNull String getConnectionSecretArn()
@Stability(value=Experimental) static ConnectionAttributes.Builder builder()
ConnectionAttributes.Builder of ConnectionAttributesCopyright © 2022. All rights reserved.