Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi
akamai.getAppSecVersionNotes
Explore with Pulumi AI
Using getAppSecVersionNotes
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 getAppSecVersionNotes(args: GetAppSecVersionNotesArgs, opts?: InvokeOptions): Promise<GetAppSecVersionNotesResult>
function getAppSecVersionNotesOutput(args: GetAppSecVersionNotesOutputArgs, opts?: InvokeOptions): Output<GetAppSecVersionNotesResult>def get_app_sec_version_notes(config_id: Optional[int] = None,
                              opts: Optional[InvokeOptions] = None) -> GetAppSecVersionNotesResult
def get_app_sec_version_notes_output(config_id: Optional[pulumi.Input[int]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetAppSecVersionNotesResult]func GetAppSecVersionNotes(ctx *Context, args *GetAppSecVersionNotesArgs, opts ...InvokeOption) (*GetAppSecVersionNotesResult, error)
func GetAppSecVersionNotesOutput(ctx *Context, args *GetAppSecVersionNotesOutputArgs, opts ...InvokeOption) GetAppSecVersionNotesResultOutput> Note: This function is named GetAppSecVersionNotes in the Go SDK.
public static class GetAppSecVersionNotes 
{
    public static Task<GetAppSecVersionNotesResult> InvokeAsync(GetAppSecVersionNotesArgs args, InvokeOptions? opts = null)
    public static Output<GetAppSecVersionNotesResult> Invoke(GetAppSecVersionNotesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAppSecVersionNotesResult> getAppSecVersionNotes(GetAppSecVersionNotesArgs args, InvokeOptions options)
public static Output<GetAppSecVersionNotesResult> getAppSecVersionNotes(GetAppSecVersionNotesArgs args, InvokeOptions options)
fn::invoke:
  function: akamai:index/getAppSecVersionNotes:getAppSecVersionNotes
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ConfigId int
- ConfigId int
- configId Integer
- configId number
- config_id int
- configId Number
getAppSecVersionNotes Result
The following output properties are available:
- ConfigId int
- Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- OutputText string
- ConfigId int
- Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- OutputText string
- configId Integer
- id String
- The provider-assigned unique ID for this managed resource.
- json String
- outputText String
- configId number
- id string
- The provider-assigned unique ID for this managed resource.
- json string
- outputText string
- config_id int
- id str
- The provider-assigned unique ID for this managed resource.
- json str
- output_text str
- configId Number
- id String
- The provider-assigned unique ID for this managed resource.
- json String
- outputText String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the akamaiTerraform Provider.