@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.931Z") @Stability(value=Stable) public class CfnConnectorProfile extends CfnResource implements IInspectable
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnConnectorProfile(software.constructs.Construct scope,
String id,
CfnConnectorProfileProps props)
Create a new `AWS::AppFlow::ConnectorProfile`.
|
protected |
CfnConnectorProfile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnConnectorProfile(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrConnectorProfileArn() |
String |
getAttrCredentialsArn() |
protected Map<String,Object> |
getCfnProperties() |
String |
getConnectionMode()
`AWS::AppFlow::ConnectorProfile.ConnectionMode`.
|
Object |
getConnectorProfileConfig()
`AWS::AppFlow::ConnectorProfile.ConnectorProfileConfig`.
|
String |
getConnectorProfileName()
`AWS::AppFlow::ConnectorProfile.ConnectorProfileName`.
|
String |
getConnectorType()
`AWS::AppFlow::ConnectorProfile.ConnectorType`.
|
String |
getKmsArn()
`AWS::AppFlow::ConnectorProfile.KMSArn`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setConnectionMode(String value)
`AWS::AppFlow::ConnectorProfile.ConnectionMode`.
|
void |
setConnectorProfileConfig(CfnConnectorProfile.ConnectorProfileConfigProperty value)
`AWS::AppFlow::ConnectorProfile.ConnectorProfileConfig`.
|
void |
setConnectorProfileConfig(IResolvable value)
`AWS::AppFlow::ConnectorProfile.ConnectorProfileConfig`.
|
void |
setConnectorProfileName(String value)
`AWS::AppFlow::ConnectorProfile.ConnectorProfileName`.
|
void |
setConnectorType(String value)
`AWS::AppFlow::ConnectorProfile.ConnectorType`.
|
void |
setKmsArn(String value)
`AWS::AppFlow::ConnectorProfile.KMSArn`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnConnectorProfile(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnConnectorProfile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnConnectorProfile(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnConnectorProfileProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrConnectorProfileArn()
@Stability(value=Stable) @NotNull public String getAttrCredentialsArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getConnectionMode()
@Stability(value=Stable)
public void setConnectionMode(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getConnectorProfileName()
@Stability(value=Stable)
public void setConnectorProfileName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getConnectorType()
@Stability(value=Stable)
public void setConnectorType(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getConnectorProfileConfig()
@Stability(value=Stable)
public void setConnectorProfileConfig(@Nullable
CfnConnectorProfile.ConnectorProfileConfigProperty value)
@Stability(value=Stable)
public void setConnectorProfileConfig(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getKmsArn()
@Stability(value=Stable)
public void setKmsArn(@Nullable
String value)
Copyright © 2021. All rights reserved.