AWS Native v0.63.0, May 25 23
AWS Native v0.63.0, May 25 23
aws-native.evidently.getProject
Explore with Pulumi AI
Resource Type definition for AWS::Evidently::Project
Using getProject
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getProject(args: GetProjectArgs, opts?: InvokeOptions): Promise<GetProjectResult>
function getProjectOutput(args: GetProjectOutputArgs, opts?: InvokeOptions): Output<GetProjectResult>
def get_project(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProjectResult
def get_project_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetProjectResult]
func LookupProject(ctx *Context, args *LookupProjectArgs, opts ...InvokeOption) (*LookupProjectResult, error)
func LookupProjectOutput(ctx *Context, args *LookupProjectOutputArgs, opts ...InvokeOption) LookupProjectResultOutput
> Note: This function is named LookupProject
in the Go SDK.
public static class GetProject
{
public static Task<GetProjectResult> InvokeAsync(GetProjectArgs args, InvokeOptions? opts = null)
public static Output<GetProjectResult> Invoke(GetProjectInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:evidently:getProject
arguments:
# arguments dictionary
The following arguments are supported:
- Arn string
- Arn string
- arn String
- arn string
- arn str
- arn String
getProject Result
The following output properties are available:
- App
Config Pulumi.Resource Aws Native. Evidently. Outputs. Project App Config Resource Object - Arn string
- Data
Delivery Pulumi.Aws Native. Evidently. Outputs. Project Data Delivery Object - Description string
- List<Pulumi.
Aws Native. Evidently. Outputs. Project Tag> An array of key-value pairs to apply to this resource.
- App
Config ProjectResource App Config Resource Object - Arn string
- Data
Delivery ProjectData Delivery Object - Description string
- []Project
Tag An array of key-value pairs to apply to this resource.
- app
Config ProjectResource App Config Resource Object - arn String
- data
Delivery ProjectData Delivery Object - description String
- List<Project
Tag> An array of key-value pairs to apply to this resource.
- app
Config ProjectResource App Config Resource Object - arn string
- data
Delivery ProjectData Delivery Object - description string
- Project
Tag[] An array of key-value pairs to apply to this resource.
- app_
config_ Projectresource App Config Resource Object - arn str
- data_
delivery ProjectData Delivery Object - description str
- Sequence[Project
Tag] An array of key-value pairs to apply to this resource.
- app
Config Property MapResource - arn String
- data
Delivery Property Map - description String
- List<Property Map>
An array of key-value pairs to apply to this resource.
Supporting Types
ProjectAppConfigResourceObject
- Application
Id string - Environment
Id string
- Application
Id string - Environment
Id string
- application
Id String - environment
Id String
- application
Id string - environment
Id string
- application_
id str - environment_
id str
- application
Id String - environment
Id String
ProjectDataDeliveryObject
- Log
Group string - S3
Project
S3Destination
- log
Group String - s3
Project
S3Destination
- log
Group string - s3
Project
S3Destination
- log
Group String - s3 Property Map
ProjectS3Destination
- Bucket
Name string - Prefix string
- Bucket
Name string - Prefix string
- bucket
Name String - prefix String
- bucket
Name string - prefix string
- bucket_
name str - prefix str
- bucket
Name String - prefix String
ProjectTag
- Key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value string
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key str
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value str
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0