Uses of Interface
software.amazon.awscdk.interfaces.evidently.IProjectRef
Packages that use IProjectRef
Package
Description
AWS::Evidently Construct Library
-
Uses of IProjectRef in software.amazon.awscdk.interfaces.evidently
Subinterfaces of IProjectRef in software.amazon.awscdk.interfaces.evidentlyModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIProjectRef.Classes in software.amazon.awscdk.interfaces.evidently that implement IProjectRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IProjectRef in software.amazon.awscdk.services.evidently
Classes in software.amazon.awscdk.services.evidently that implement IProjectRefModifier and TypeClassDescriptionclassCreates a project, which is the logical object in Evidently that can contain features, launches, and experiments.Methods in software.amazon.awscdk.services.evidently with parameters of type IProjectRefModifier and TypeMethodDescriptionstatic StringCfnProject.arnForProject(IProjectRef resource) CfnFeature.Builder.project(IProjectRef project) The name or ARN of the project that is to contain the new feature.CfnFeatureProps.Builder.project(IProjectRef project) Sets the value ofCfnFeatureProps.getProject()CfnLaunch.Builder.project(IProjectRef project) The name or ARN of the project that you want to create the launch in.CfnLaunchProps.Builder.project(IProjectRef project) Sets the value ofCfnLaunchProps.getProject()