Class CfnDataAccessorPropsMixin
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.Mixin
software.amazon.awscdk.cfnpropertymixins.services.qbusiness.CfnDataAccessorPropsMixin
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IMixin
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-02T21:55:30.877Z")
@Stability(Stable)
public class CfnDataAccessorPropsMixin
extends Mixin
implements software.constructs.IMixin
Creates a new data accessor for an ISV to access data from a Amazon Q Business application.
The data accessor is an entity that represents the ISV's access to the Amazon Q Business application's data. It includes the IAM role ARN for the ISV, a friendly name, and a set of action configurations that define the specific actions the ISV is allowed to perform and any associated data filters. When the data accessor is created, an IAM Identity Center application is also created to manage the ISV's identity and authentication for accessing the Amazon Q Business application.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.qbusiness.*;
import software.amazon.awscdk.*;
AttributeFilterProperty attributeFilterProperty_;
IMergeStrategy mergeStrategy;
CfnDataAccessorPropsMixin cfnDataAccessorPropsMixin = CfnDataAccessorPropsMixin.Builder.create(CfnDataAccessorMixinProps.builder()
.actionConfigurations(List.of(ActionConfigurationProperty.builder()
.action("action")
.filterConfiguration(ActionFilterConfigurationProperty.builder()
.documentAttributeFilter(AttributeFilterProperty.builder()
.andAllFilters(List.of(attributeFilterProperty_))
.containsAll(DocumentAttributeProperty.builder()
.name("name")
.value(DocumentAttributeValueProperty.builder()
.dateValue("dateValue")
.longValue(123)
.stringListValue(List.of("stringListValue"))
.stringValue("stringValue")
.build())
.build())
.containsAny(DocumentAttributeProperty.builder()
.name("name")
.value(DocumentAttributeValueProperty.builder()
.dateValue("dateValue")
.longValue(123)
.stringListValue(List.of("stringListValue"))
.stringValue("stringValue")
.build())
.build())
.equalsTo(DocumentAttributeProperty.builder()
.name("name")
.value(DocumentAttributeValueProperty.builder()
.dateValue("dateValue")
.longValue(123)
.stringListValue(List.of("stringListValue"))
.stringValue("stringValue")
.build())
.build())
.greaterThan(DocumentAttributeProperty.builder()
.name("name")
.value(DocumentAttributeValueProperty.builder()
.dateValue("dateValue")
.longValue(123)
.stringListValue(List.of("stringListValue"))
.stringValue("stringValue")
.build())
.build())
.greaterThanOrEquals(DocumentAttributeProperty.builder()
.name("name")
.value(DocumentAttributeValueProperty.builder()
.dateValue("dateValue")
.longValue(123)
.stringListValue(List.of("stringListValue"))
.stringValue("stringValue")
.build())
.build())
.lessThan(DocumentAttributeProperty.builder()
.name("name")
.value(DocumentAttributeValueProperty.builder()
.dateValue("dateValue")
.longValue(123)
.stringListValue(List.of("stringListValue"))
.stringValue("stringValue")
.build())
.build())
.lessThanOrEquals(DocumentAttributeProperty.builder()
.name("name")
.value(DocumentAttributeValueProperty.builder()
.dateValue("dateValue")
.longValue(123)
.stringListValue(List.of("stringListValue"))
.stringValue("stringValue")
.build())
.build())
.notFilter(attributeFilterProperty_)
.orAllFilters(List.of(attributeFilterProperty_))
.build())
.build())
.build()))
.applicationId("applicationId")
.authenticationDetail(DataAccessorAuthenticationDetailProperty.builder()
.authenticationConfiguration(DataAccessorAuthenticationConfigurationProperty.builder()
.idcTrustedTokenIssuerConfiguration(DataAccessorIdcTrustedTokenIssuerConfigurationProperty.builder()
.idcTrustedTokenIssuerArn("idcTrustedTokenIssuerArn")
.build())
.build())
.authenticationType("authenticationType")
.externalIds(List.of("externalIds"))
.build())
.displayName("displayName")
.principal("principal")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build())
.strategy(mergeStrategy)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceSpecifies an allowed action and its associated filter configuration.static interfaceSpecifies filters to apply to an allowed action.static interfaceEnables filtering of responses based on document attributes or metadata fields.static final classA fluent builder forCfnDataAccessorPropsMixin.static interfaceA union type that contains the specific authentication configuration based on the authentication type selected.static interfaceContains the authentication configuration details for a data accessor.static interfaceConfiguration details for IAM Identity Center Trusted Token Issuer (TTI) authentication.static interfaceA document attribute or metadata field.static interfaceThe value of a document attribute.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IMixin
software.constructs.IMixin.Jsii$Default, software.constructs.IMixin.Jsii$Proxy -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionCreate a mixin to apply properties toAWS::QBusiness::DataAccessor.Create a mixin to apply properties toAWS::QBusiness::DataAccessor.protectedCfnDataAccessorPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnDataAccessorPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyTo(software.constructs.IConstruct construct) Apply the mixin properties to the construct.protected CfnDataAccessorMixinPropsgetProps()protected IMergeStrategysupports(software.constructs.IConstruct construct) Check if this mixin supports the given construct.Methods 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, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_PROPERTY_KEYS
-
-
Constructor Details
-
CfnDataAccessorPropsMixin
protected CfnDataAccessorPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
CfnDataAccessorPropsMixin
protected CfnDataAccessorPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnDataAccessorPropsMixin
@Stability(Stable) public CfnDataAccessorPropsMixin(@NotNull CfnDataAccessorMixinProps props, @Nullable CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::QBusiness::DataAccessor.- Parameters:
props- L1 properties to apply. This parameter is required.options- Mixin options.
-
CfnDataAccessorPropsMixin
Create a mixin to apply properties toAWS::QBusiness::DataAccessor.- Parameters:
props- L1 properties to apply. This parameter is required.
-
-
Method Details
-
applyTo
@Stability(Stable) public void applyTo(@NotNull software.constructs.IConstruct construct) Apply the mixin properties to the construct. -
supports
@Stability(Stable) @NotNull public Boolean supports(@NotNull software.constructs.IConstruct construct) Check if this mixin supports the given construct. -
getProps
-
getStrategy
-