Class CfnActionConnector
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.quicksight.CfnActionConnector
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,IActionConnectorRef,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.125.0 (build fdbe357)",
date="2026-01-19T12:03:58.835Z")
@Stability(Stable)
public class CfnActionConnector
extends CfnResource
implements IInspectable, IActionConnectorRef, ITaggableV2
Definition of the AWS::QuickSight::ActionConnector Resource Type.
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.quicksight.*;
CfnActionConnector cfnActionConnector = CfnActionConnector.Builder.create(this, "MyCfnActionConnector")
.actionConnectorId("actionConnectorId")
.awsAccountId("awsAccountId")
.name("name")
.type("type")
// the properties below are optional
.authenticationConfig(AuthConfigProperty.builder()
.authenticationMetadata(AuthenticationMetadataProperty.builder()
.apiKeyConnectionMetadata(APIKeyConnectionMetadataProperty.builder()
.apiKey("apiKey")
.baseEndpoint("baseEndpoint")
// the properties below are optional
.email("email")
.build())
.authorizationCodeGrantMetadata(AuthorizationCodeGrantMetadataProperty.builder()
.baseEndpoint("baseEndpoint")
.redirectUrl("redirectUrl")
// the properties below are optional
.authorizationCodeGrantCredentialsDetails(AuthorizationCodeGrantCredentialsDetailsProperty.builder()
.authorizationCodeGrantDetails(AuthorizationCodeGrantDetailsProperty.builder()
.authorizationEndpoint("authorizationEndpoint")
.clientId("clientId")
.clientSecret("clientSecret")
.tokenEndpoint("tokenEndpoint")
.build())
.build())
.authorizationCodeGrantCredentialsSource("authorizationCodeGrantCredentialsSource")
.build())
.basicAuthConnectionMetadata(BasicAuthConnectionMetadataProperty.builder()
.baseEndpoint("baseEndpoint")
.password("password")
.username("username")
.build())
.clientCredentialsGrantMetadata(ClientCredentialsGrantMetadataProperty.builder()
.baseEndpoint("baseEndpoint")
// the properties below are optional
.clientCredentialsDetails(ClientCredentialsDetailsProperty.builder()
.clientCredentialsGrantDetails(ClientCredentialsGrantDetailsProperty.builder()
.clientId("clientId")
.clientSecret("clientSecret")
.tokenEndpoint("tokenEndpoint")
.build())
.build())
.clientCredentialsSource("clientCredentialsSource")
.build())
.iamConnectionMetadata(Map.of(
"roleArn", "roleArn"))
.noneConnectionMetadata(NoneConnectionMetadataProperty.builder()
.baseEndpoint("baseEndpoint")
.build())
.build())
.authenticationType("authenticationType")
.build())
.description("description")
.permissions(List.of(ResourcePermissionProperty.builder()
.actions(List.of("actions"))
.principal("principal")
.build()))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.vpcConnectionArn("vpcConnectionArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceExample:static interfaceExample:static interfaceExample:static interfaceExample:static interfaceExample:static interfaceExample:static interfaceExample:static final classA fluent builder forCfnActionConnector.static interfaceExample:static interfaceExample:static interfaceExample:static interfaceExample:static interfaceExample:static interfacePermission for the resource.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.quicksight.IActionConnectorRef
IActionConnectorRef.Jsii$Default, IActionConnectorRef.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnActionConnector(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnActionConnector(software.amazon.jsii.JsiiObjectRef objRef) CfnActionConnector(software.constructs.Construct scope, String id, CfnActionConnectorProps props) Create a newAWS::QuickSight::ActionConnector. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringarnForActionConnector(IActionConnectorRef resource) A reference to a ActionConnector resource.Returns union: eitherIResolvableorCfnActionConnector.AuthConfigPropertyTag Manager which manages the tags for this resource.getName()Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnActionConnector.ResourcePermissionProperty>getTags()getType()voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnActionConnector.renderProperties(Map<String, Object> props) voidsetActionConnectorId(String value) voidvoidvoidsetAwsAccountId(String value) voidsetDescription(String value) voidvoidsetPermissions(List<Object> value) voidsetPermissions(IResolvable value) voidvoidvoidsetVpcConnectionArn(String value) Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnActionConnector
protected CfnActionConnector(software.amazon.jsii.JsiiObjectRef objRef) -
CfnActionConnector
protected CfnActionConnector(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnActionConnector
@Stability(Stable) public CfnActionConnector(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnActionConnectorProps props) Create a newAWS::QuickSight::ActionConnector.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
arnForActionConnector
@Stability(Stable) @NotNull public static String arnForActionConnector(@NotNull IActionConnectorRef resource) - Parameters:
resource- This parameter is required.
-
isCfnActionConnector
Checks whether the given object is a CfnActionConnector.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getActionConnectorRef
A reference to a ActionConnector resource.- Specified by:
getActionConnectorRefin interfaceIActionConnectorRef
-
getAttrArn
-
getAttrCreatedTime
-
getAttrEnabledActions
-
getAttrLastUpdatedTime
-
getAttrStatus
-
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getActionConnectorId
-
setActionConnectorId
-
getAwsAccountId
-
setAwsAccountId
-
getName
-
setName
-
getType
-
setType
-
getAuthenticationConfig
Returns union: eitherIResolvableorCfnActionConnector.AuthConfigProperty -
setAuthenticationConfig
-
setAuthenticationConfig
@Stability(Stable) public void setAuthenticationConfig(@Nullable CfnActionConnector.AuthConfigProperty value) -
getDescription
-
setDescription
-
getPermissions
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnActionConnector.ResourcePermissionProperty> -
setPermissions
-
setPermissions
-
getTags
-
setTags
-
getVpcConnectionArn
-
setVpcConnectionArn
-