Interface DeprecationPlannedForDataSet.RedshiftDataShareDetails
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DeprecationPlannedForDataSet.RedshiftDataShareDetails.Jsii$Proxy
- Enclosing class:
DeprecationPlannedForDataSet
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.dataexchange.events.*;
RedshiftDataShareDetails redshiftDataShareDetails = RedshiftDataShareDetails.builder()
.arn(List.of("arn"))
.database(List.of("database"))
.function(List.of("function"))
.schema(List.of("schema"))
.table(List.of("table"))
.view(List.of("view"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDeprecationPlannedForDataSet.RedshiftDataShareDetailsstatic final classAn implementation forDeprecationPlannedForDataSet.RedshiftDataShareDetails -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
(experimental) Arn property.Specify an array of string values to match this event if the actual value of Arn is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getDatabase
(experimental) Database property.Specify an array of string values to match this event if the actual value of Database is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getFunction
(experimental) Function property.Specify an array of string values to match this event if the actual value of Function is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getSchema
(experimental) Schema property.Specify an array of string values to match this event if the actual value of Schema is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getTable
(experimental) Table property.Specify an array of string values to match this event if the actual value of Table is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getView
(experimental) View property.Specify an array of string values to match this event if the actual value of View is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static DeprecationPlannedForDataSet.RedshiftDataShareDetails.Builder builder()
-