@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.636Z") @Stability(value=Stable) public interface CfnConnectionProps 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.*;
Object authParameters;
CfnConnectionProps cfnConnectionProps = CfnConnectionProps.builder()
.authorizationType("authorizationType")
.authParameters(authParameters)
// the properties below are optional
.description("description")
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectionProps.Builder
A builder for
CfnConnectionProps |
static class |
CfnConnectionProps.Jsii$Proxy
An implementation for
CfnConnectionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectionProps.Builder |
builder() |
String |
getAuthorizationType()
`AWS::Events::Connection.AuthorizationType`.
|
Object |
getAuthParameters()
`AWS::Events::Connection.AuthParameters`.
|
default String |
getDescription()
`AWS::Events::Connection.Description`.
|
default String |
getName()
`AWS::Events::Connection.Name`.
|
@Stability(value=Stable) @NotNull String getAuthorizationType()
@Stability(value=Stable) @NotNull Object getAuthParameters()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnConnectionProps.Builder builder()
CfnConnectionProps.Builder of CfnConnectionPropsCopyright © 2021. All rights reserved.